Skip to content

Commit

Permalink
ci: Enable building for aarch64
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schintag <[email protected]>
  • Loading branch information
jschintag committed Dec 2, 2024
1 parent d03ce8e commit 5a625eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/s390x
platforms: linux/amd64,linux/s390x,linux/arm64
push: true
tags: ghcr.io/${{ env.REPOSITORY_LC }}:latest
file: Dockerfile
Expand All @@ -53,7 +53,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/s390x
platforms: linux/amd64,linux/s390x,linux/arm64
push: true
tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ github.ref_name }}
file: Dockerfile
Expand Down

0 comments on commit 5a625eb

Please sign in to comment.