Skip to content

Commit

Permalink
feat: add supported architechture (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqinghe committed Nov 10, 2023
1 parent f578e83 commit e7a1581
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 e7a1581

Please sign in to comment.