ci: use arm64 buildkit (amd64 builder is down)
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Oleks
2026-03-16 17:37:10 +02:00
parent ad7f55f4df
commit c2a46dc5a6

View File

@@ -23,11 +23,11 @@ steps:
from_secret: registry_token from_secret: registry_token
commands: commands:
- echo "$REGISTRY_TOKEN" | docker login git.oleks.space -u oleks --password-stdin - echo "$REGISTRY_TOKEN" | docker login git.oleks.space -u oleks --password-stdin
- docker buildx create --name amd64 --driver remote "tcp://buildkit-rootless-amd64.infra.svc.cluster.local:1234" - docker buildx create --name arm64 --driver remote "tcp://buildkit-rootless-arm64.infra.svc.cluster.local:1234"
- TAG=$(echo "$CI_COMMIT_TAG" | sed 's/^v//') - TAG=$(echo "$CI_COMMIT_TAG" | sed 's/^v//')
- IMAGE="git.oleks.space/oleks/alertmanager-gotify-bridge" - IMAGE="git.oleks.space/oleks/alertmanager-gotify-bridge"
- echo "Building $IMAGE:$TAG" - echo "Building $IMAGE:$TAG"
- docker buildx build --builder amd64 --platform linux/amd64 --tag "$IMAGE:$TAG" --tag "$IMAGE:latest" --push . - docker buildx build --builder arm64 --platform linux/arm64 --tag "$IMAGE:$TAG" --tag "$IMAGE:latest" --push .
backend_options: backend_options:
kubernetes: kubernetes:
nodeSelector: nodeSelector: