Skip to content

Commit

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

distributions:
riot-db:
Expand Down

0 comments on commit 1c7c321

Please sign in to comment.