Skip to content

Commit

Permalink
Adds arm64 to build arch list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnomnom committed Apr 13, 2022
1 parent badf401 commit 13561bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Expand Up @@ -28,7 +28,7 @@ fi

FILELIST=""

for ARCH in "amd64" "386"; do
for ARCH in "amd64" "386" "arm64"; do
for OS in "darwin" "linux" "windows" "freebsd"; do

if [[ "${OS}" == "darwin" && "${ARCH}" == "386" ]]; then
Expand Down

0 comments on commit 13561bd

Please sign in to comment.