Skip to content

Commit

Permalink
Merge pull request #42 from FabianTerhorst/main
Browse files Browse the repository at this point in the history
Add arm64 docker image publish
  • Loading branch information
Fabio1988 authored Sep 22, 2024
2 parents 2ffb37c + 38944d3 commit 11278cd
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 11278cd

Please sign in to comment.