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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user