Skip to content

Commit

Permalink
multi arch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Jan 5, 2024
1 parent c24e6b5 commit 318bd06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v2
with:
Expand All @@ -36,6 +42,7 @@ jobs:
with:
file: ${{ matrix.image_type }}/Dockerfile
context: .
platforms: linux/amd64,linux/arm64
build-args: |
MAUTIC_VERSION=${{ matrix.mautic_version }}
push: true
Expand Down

0 comments on commit 318bd06

Please sign in to comment.