ci: build beta for amd64 and arm64 (#4468)

* ci: build for arm64, but independently

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add notice to beta

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-01-19 21:41:56 +01:00
committed by GitHub
parent 1a5b626f96
commit 98485c528e
5 changed files with 65 additions and 9 deletions

View File

@ -26,6 +26,8 @@ AUTHENTIK_TAG=gh-next
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
```
The beta image is amd64 only. For arm64 platforms, append `-arm64` to the tag name.
Afterwards, run the upgrade commands from the latest release notes.
</TabItem>
@ -43,6 +45,8 @@ image:
pullPolicy: Always
```
The beta image is amd64 only. For arm64 platforms, append `-arm64` to the tag name.
Afterwards, run the upgrade commands from the latest release notes.
</TabItem>