Skip to content

Commit

Permalink
Release binaries for arm64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
dubek committed Jan 27, 2024
1 parent 835dc09 commit ea4e307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ROOT=$(dirname $(dirname $0))
cd $ROOT

for os in linux darwin windows ; do
for arch in amd64 ; do
for arch in amd64 arm64 ; do
export GOOS=$os
export GOARCH=$arch

Expand Down

0 comments on commit ea4e307

Please sign in to comment.