Skip to content

Commit d6688ef

Browse files
committed
build: Reverted to universal docker
1 parent 7a91c3c commit d6688ef

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

jreleaser.yml

+19-14
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,25 @@ assemble:
166166

167167
distributions:
168168
riot:
169+
docker:
170+
active: ALWAYS
171+
continueOnError: true
172+
repository:
173+
active: ALWAYS
174+
commitMessage: 'riot {{tagName}}'
175+
registries:
176+
- serverName: DEFAULT
177+
repositoryName: riotx
178+
labels:
179+
'org.opencontainers.image.title': 'riot'
180+
imageNames:
181+
- 'riotx/{{distributionName}}:{{tagName}}'
182+
- 'riotx/{{distributionName}}:latest'
183+
buildx:
184+
enabled: true
185+
platforms:
186+
- 'linux/amd64'
187+
- 'linux/arm64'
169188
scoop:
170189
active: ALWAYS
171190
continueOnError: true
@@ -192,20 +211,6 @@ distributions:
192211
repository:
193212
active: RELEASE
194213
commitMessage: 'riot {{tagName}}'
195-
docker:
196-
active: ALWAYS
197-
continueOnError: true
198-
repository:
199-
active: ALWAYS
200-
commitMessage: 'riot {{tagName}}'
201-
registries:
202-
- serverName: DEFAULT
203-
repositoryName: riotx
204-
labels:
205-
'org.opencontainers.image.title': 'riot'
206-
imageNames:
207-
- 'riotx/riot:{{tagName}}'
208-
- 'riotx/riot:latest'
209214

210215
files:
211216
artifacts:

0 commit comments

Comments
 (0)