Skip to content

Commit

Permalink
Add arm64 docker image publish
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Sep 8, 2024
1 parent 2ffb37c commit 38944d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
Expand All @@ -56,5 +58,6 @@ jobs:
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 38944d3

Please sign in to comment.