Skip to content

Commit

Permalink
use the aarch image instead of the alias
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 3, 2025
1 parent a19bfa8 commit 339466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/crossbuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func CrossBuildImage(platform string) (string, error) {
case platform == "darwin/universal":
tagSuffix = "darwin-arm64-debian11"
case platform == "linux/arm64":
tagSuffix = "arm"
tagSuffix = "base-arm-debian9"
case platform == "linux/armv5":
tagSuffix = "armel"
case platform == "linux/armv6":
Expand Down

0 comments on commit 339466d

Please sign in to comment.