Skip to content

Commit

Permalink
freebsd calls x86_64 amd64
Browse files Browse the repository at this point in the history
preparing for "tier 2 platform" validates
  • Loading branch information
geekosaur committed Oct 3, 2024
1 parent 7ad918c commit 89e9046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ case "$ARCH" in
arm64)
ARCH=aarch64
;;
x86_64)
x86_64 | amd64)
ARCH=x86_64
;;
i386)
Expand Down

0 comments on commit 89e9046

Please sign in to comment.