Compare commits

..

3 Commits

Author SHA1 Message Date
ad88b82af2
Schedule builder only to AMD nodes
Some checks failed
ci/woodpecker/push/build Pipeline failed
2024-09-20 06:49:08 +02:00
6d144a77f7
Trigger build
Some checks failed
ci/woodpecker/push/build Pipeline failed
2024-09-20 06:41:55 +02:00
ae6fe7d40f
Try pushing to zot 2024-09-20 06:41:29 +02:00
2 changed files with 9 additions and 5 deletions

View File

@ -3,9 +3,14 @@ when:
event:
- push
matrix:
include:
- NAME: AMD
ARCH: amd64
steps:
build:
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:ff4a98f2acb557ad443f279627036bebf06bc4f1
image: zot.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
name: Build shoebill operator image
privileged: true
commands:
@ -15,7 +20,7 @@ steps:
fi
- build-container
secrets:
- gitea_token
- registry_token
backend_options:
kubernetes:
resources:
@ -27,3 +32,5 @@ steps:
cpu: 1000m
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: "${ARCH}"

View File

@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}