Fix the arch
Some checks failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/push/woodpecker/1 Pipeline was successful

This commit is contained in:
Nikolai Rodionov 2024-08-18 21:48:06 +02:00
parent c01b61cb8d
commit 4737de1394
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -13,7 +13,7 @@ matrix:
steps:
build-${TARGET}:
name: Build ${TARGET}
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
image: gitea.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
secrets:
- gitea_token
privileged: true
@ -29,6 +29,8 @@ steps:
cpu: 200m
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: "amd64"
commands:
- source ./env/${TARGET}.env
- ./scripts/$SCRIPT