Skip to content

Commit

Permalink
Setup multi-platform Docker images to support both x86 and arm archit…
Browse files Browse the repository at this point in the history
…ectures
  • Loading branch information
Jan van der Pas committed Sep 10, 2024
1 parent b42805a commit 011253e
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 @@ -47,6 +47,12 @@ jobs:
steps:
- 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
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 011253e

Please sign in to comment.