Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Build binaries for linux/arm64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
vpnachev authored and ccwienk committed Feb 20, 2023
1 parent eca584f commit 1bee526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

mkdir -p dist

build_matrix=("linux,amd64" "darwin,amd64" "darwin,arm64" "windows,amd64")
build_matrix=("linux,amd64" "linux,arm64" "darwin,amd64" "darwin,arm64" "windows,amd64")

for i in "${build_matrix[@]}"; do
IFS=',' read os arch <<< "${i}"
Expand Down

0 comments on commit 1bee526

Please sign in to comment.