Skip to content

Commit

Permalink
re-enable arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Feb 1, 2024
1 parent 5fee9c5 commit c2f43f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: mollux/docker-mautic #${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}

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

0 comments on commit c2f43f5

Please sign in to comment.