Skip to content

Commit

Permalink
Merge pull request #841 from stgraber/main
Browse files Browse the repository at this point in the history
archlinux: Move to zst
  • Loading branch information
monstermunchkin authored May 3, 2024
2 parents c563c56 + b8bfb11 commit 7c363a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/archlinux-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (s *archlinux) Run() error {
var tarball string

if s.definition.Image.ArchitectureMapped == "x86_64" {
fname = fmt.Sprintf("archlinux-bootstrap-%s-%s.tar.gz",
fname = fmt.Sprintf("archlinux-bootstrap-%s-%s.tar.zst",
release, s.definition.Image.ArchitectureMapped)
tarball = fmt.Sprintf("%s/%s/%s", s.definition.Source.URL,
release, fname)
Expand Down

0 comments on commit 7c363a4

Please sign in to comment.