Skip to content

Commit

Permalink
add platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 21, 2023
1 parent 90403f5 commit f72375e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -50,6 +54,7 @@ jobs:
uses: docker/build-push-action@v4
with:
target: production
platforms: linux/amd64,linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f72375e

Please sign in to comment.