Skip to content

Commit

Permalink
ci: disable building for ARM for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Aug 9, 2021
1 parent 044a6d0 commit c9e661f
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"
echo "::set-output name=platforms::linux/amd64"
fi
env:
IS_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit c9e661f

Please sign in to comment.