Skip to content

Commit

Permalink
FIXME: temporary testing of docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 1, 2023
1 parent 892a797 commit 54a3b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
DEFAULT_PLATFORM=linux/amd64
echo "default=$DEFAULT_PLATFORM" >> $GITHUB_OUTPUT
if ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}; then
# FIGME: remove 'false &&' when we're done testing.
if false && ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}; then
platforms=["'"$DEFAULT_PLATFORM"'"]'
else
platforms=["linux/amd64","linux/arm64/v8"]'
Expand Down

0 comments on commit 54a3b51

Please sign in to comment.