Skip to content

Commit

Permalink
Merge pull request #102 from Lerentis/master
Browse files Browse the repository at this point in the history
enable multiarch build
  • Loading branch information
DaspawnW authored Mar 31, 2023
2 parents 6a848fa + 385c36c commit 7beacc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Docker publish
uses: daspawnw/docker-multi-build-push-action@master
with:
platforms: "linux/amd64,linux/arm64"
docker-tag: "${{ steps.vars.outputs.tag }}"
ghcr-enabled: "true"
ghcr-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 7beacc0

Please sign in to comment.