Skip to content

Commit

Permalink
Merge pull request #1701 from JanDintel/multi-arch-docker-image
Browse files Browse the repository at this point in the history
GH-1699 Setup multi-platform Docker images to support both x86 and arm architectures
  • Loading branch information
ofek1weiss authored Sep 23, 2024
2 parents 43b6032 + 9956a8d commit 0f4a215
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- name: Checkout Elementary
uses: actions/checkout@v3

- name: Set up QEMU for multi-platform support
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx for multi-platform support
uses: docker/setup-buildx-action@v3

- name: Log in to the container registry
uses: docker/login-action@v2
with:
Expand All @@ -66,6 +72,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 0f4a215

Please sign in to comment.