Skip to content

Commit

Permalink
uncommented other build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
salexo committed Feb 3, 2025
1 parent f413b8d commit 02225ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build_cli_all_arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ BUILD_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)
# List of target platforms and architectures
targets=(
"linux/amd64"
# "linux/arm64"
# "darwin/amd64"
# "darwin/arm64"
# "windows/amd64"
# "windows/arm64"
"linux/arm64"
"darwin/amd64"
"darwin/arm64"
"windows/amd64"
"windows/arm64"
)

mkdir -p builds/
Expand Down

0 comments on commit 02225ab

Please sign in to comment.