Skip to content

Commit

Permalink
Add arm64 to cross-build (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: cw-sakamoto <sakamoto@chatwork.com>
  • Loading branch information
cw-sakamoto authored Jan 26, 2022
1 parent 2bf0c71 commit 6840902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross-build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name=variant

for os in linux darwin;do
# Add architecture support here
for arch in amd64;do
for arch in amd64 arm64;do
output_folder="${os}-${arch}"
rm -rf "$output_folder"
mkdir "$output_folder"
Expand Down

0 comments on commit 6840902

Please sign in to comment.