Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIXME: temporary testing of docker ci
Browse files Browse the repository at this point in the history
michaelfig committed Nov 30, 2023

Verified

This commit was signed with the committer’s verified signature.
michaelfig Michael FIG
1 parent 99eff09 commit 3b95574
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
@@ -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
echo 'platforms=["'"$DEFAULT_PLATFORM"'"]' >> $GITHUB_OUTPUT
else
echo 'platforms=["linux/amd64","linux/arm64/v8"]' >> $GITHUB_OUTPUT

0 comments on commit 3b95574

Please sign in to comment.