Skip to content

Commit

Permalink
Add support for arm platforms (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-029894 authored Nov 10, 2023
1 parent 9b89c50 commit 7d5d702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
labels: novyl/jtl-reporter-be:${{ github.event.release.tag_name }}
tags: novyl/jtl-reporter-be:${{ github.event.release.tag_name }}
3 changes: 2 additions & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
labels: novyl/jtl-reporter-be:latest
tags: novyl/jtl-reporter-be:latest
tags: novyl/jtl-reporter-be:latest

0 comments on commit 7d5d702

Please sign in to comment.