Skip to content

Commit

Permalink
feat: add supported architechture
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqinghe authored Oct 20, 2023
1 parent 72bb2d5 commit f1f2a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/path_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ declare -A supported_architectures=(
["windows-amd64"]="_output/bin/platforms/windows/amd64"
["linux-x86_64"]="_output/bin/platforms/linux/amd64" # Alias for linux-amd64
["darwin-x86_64"]="_output/bin/platforms/darwin/amd64" # Alias for darwin-amd64
["linux-aarch64"]="_output/bin/platforms/linux/arm64" # Alias for linux-arm64
)

# Check if the architecture and version are supported
Expand Down

0 comments on commit f1f2a0b

Please sign in to comment.