Skip to content

Commit

Permalink
Fix release flow arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed May 24, 2024
1 parent 1408c1a commit 1ac9307
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
tag_semver: true
buildoptions: "--target=prod"
platforms: linux/amd64,linux/arm64

- name: Trigger
uses: benc-uk/workflow-dispatch@v1.2.3
if: ${{ github.event.release.prerelease }} == false;
if: ${{ github.event.release.prerelease }} == false
with:
workflow: Docker build
token: ${{ secrets.BOT_TOKEN }}
Expand Down

0 comments on commit 1ac9307

Please sign in to comment.