Skip to content

Commit

Permalink
ci: only build arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Aug 9, 2021
1 parent 5011e9b commit 044a6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
if [ "$IS_PULL_REQUEST" == "true" ]; then
echo "::set-output name=platforms::linux/amd64"
else
echo "::set-output name=platforms::linux/amd64,linux/arm64,linux/arm32"
echo "::set-output name=platforms::linux/amd64,linux/arm64"
fi
env:
IS_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 044a6d0

Please sign in to comment.