Skip to content

Commit

Permalink
re-enable multi-arch and only build in for for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Jan 7, 2024
1 parent 7b3eb13 commit 90753d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and publish a Docker image

on:
workflow_dispatch:
pull_request:
# pull_request:
push:

env:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
context: .
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.mautic_version }}-${{ matrix.image_type }}
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.mautic_version }}-${{ matrix.image_type }},mode=max,image-manifest=true
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
build-args: |
MAUTIC_VERSION=${{ matrix.mautic_version }}
push: true
Expand Down

0 comments on commit 90753d7

Please sign in to comment.