Skip to content

Commit

Permalink
build: Reverted to universal docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Oct 24, 2024
1 parent 7a91c3c commit d6688ef
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,25 @@ assemble:

distributions:
riot:
docker:
active: ALWAYS
continueOnError: true
repository:
active: ALWAYS
commitMessage: 'riot {{tagName}}'
registries:
- serverName: DEFAULT
repositoryName: riotx
labels:
'org.opencontainers.image.title': 'riot'
imageNames:
- 'riotx/{{distributionName}}:{{tagName}}'
- 'riotx/{{distributionName}}:latest'
buildx:
enabled: true
platforms:
- 'linux/amd64'
- 'linux/arm64'
scoop:
active: ALWAYS
continueOnError: true
Expand All @@ -192,20 +211,6 @@ distributions:
repository:
active: RELEASE
commitMessage: 'riot {{tagName}}'
docker:
active: ALWAYS
continueOnError: true
repository:
active: ALWAYS
commitMessage: 'riot {{tagName}}'
registries:
- serverName: DEFAULT
repositoryName: riotx
labels:
'org.opencontainers.image.title': 'riot'
imageNames:
- 'riotx/riot:{{tagName}}'
- 'riotx/riot:latest'

files:
artifacts:
Expand Down

0 comments on commit d6688ef

Please sign in to comment.