Skip to content

Commit

Permalink
build: Enabled multi-platform docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jan 16, 2023
1 parent 6f66a86 commit 2ad777d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ packagers:
- 'fieldengineering/{{distributionName}}:latest'
labels:
'org.opencontainers.image.title': '{{distributionName}}'
# buildx:
# enabled: true
# platforms:
# - 'linux/amd64'
# - 'linux/arm64'
buildx:
enabled: true
platforms:
- 'linux/amd64'
- 'linux/arm64'

distributions:
riot-db:
Expand Down

0 comments on commit 2ad777d

Please sign in to comment.