Skip to content

Commit

Permalink
reenable building images only on master, and add a comment why we're …
Browse files Browse the repository at this point in the history
…not building multiplatform images
  • Loading branch information
scottaubrey committed Oct 24, 2024
1 parent 4de02d5 commit d05c362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build-and-push:
needs: [tests]
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
env:
IMAGE_REPO: ghcr.io/elifesciences/api-dummy
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
Expand All @@ -58,6 +58,7 @@ jobs:
with:
push: true
load: false
# Disabled until elifesciences/php or another image with ARM support can be used as a base
# platforms: linux/amd64,linux/arm64
target: prod
tags: |
Expand Down

0 comments on commit d05c362

Please sign in to comment.