Skip to content

Commit

Permalink
assign platform variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Oct 11, 2024
1 parent 728b0b3 commit 873bafa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
run: |
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
PLATFORM=x64
elif [[ '${{ matrix.target.cpu }}' == 'arm64' ]]; then
PLATFORM=arm64
else
PLATFORM=x86
fi
Expand Down

0 comments on commit 873bafa

Please sign in to comment.