Skip to content

Commit

Permalink
debug: all archs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold committed Aug 30, 2024
1 parent 61231ff commit cac30fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "PUSH=${{ github.event_name == 'push' }}" >> $GITHUB_ENV
if [[ ${{ github.event_name }} == 'pull_request' ]]; then
echo "ARCHS=amd64" >> $GITHUB_ENV
echo "ARCHS=arm64,amd64" >> $GITHUB_ENV
else
echo "ARCHS=arm64,amd64" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit cac30fa

Please sign in to comment.