mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix: release version for arm broken (#4187)
* fix: release version for arm broken This PR fixes the problem that the arm container included the amd binary * build prerelease * remove prerelease Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
33b8eecba4
commit
872a4eae66
@ -38,6 +38,7 @@ dockers:
|
||||
- image_templates:
|
||||
- ghcr.io/zitadel/zitadel:{{ .Tag }}-amd64
|
||||
- europe-docker.pkg.dev/zitadel-common/zitadel-repo/zitadel:{{ .Tag }}-amd64
|
||||
goarch: amd64
|
||||
use: buildx
|
||||
dockerfile: build/Dockerfile
|
||||
build_flag_templates:
|
||||
@ -45,6 +46,7 @@ dockers:
|
||||
- image_templates:
|
||||
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
||||
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-arm64
|
||||
goarch: arm64
|
||||
use: buildx
|
||||
dockerfile: build/Dockerfile
|
||||
build_flag_templates:
|
||||
|
Loading…
Reference in New Issue
Block a user