Skip to content

Commit

Permalink
improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 18, 2023
1 parent 9b26216 commit 91e6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
target: production
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 91e6d2c

Please sign in to comment.