Skip to content

Commit

Permalink
fix: dockerized --compile on Apple Silicon
Browse files Browse the repository at this point in the history
fixes #32
  • Loading branch information
boukeversteegh committed Apr 20, 2022
1 parent f5aef1c commit c5bf3bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/dockerized
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ x86_64)
i*86)
DOCKERIZED_COMPILE_GOARCH=386
;;

arm64 | aarch64)
DOCKERIZED_COMPILE_GOARCH=arm64
;;
esac

if [ "$DOCKERIZED_COMPILE" ] || [ ! -f "$DOCKERIZED_BINARY" ]; then
Expand Down

0 comments on commit c5bf3bf

Please sign in to comment.