From d6688ef05358fa3f0e57c94677ad047c73702a3b Mon Sep 17 00:00:00 2001 From: jruaux Date: Thu, 24 Oct 2024 15:37:05 -0700 Subject: [PATCH] build: Reverted to universal docker --- jreleaser.yml | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/jreleaser.yml b/jreleaser.yml index adaae1d0..79c23c53 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -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 @@ -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: