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