Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 49dbcec904 wip: ci: run in kubernetes
dustin/basementhud/pipeline/pr-master There was a failure building this commit Details
2022-11-25 16:35:29 -06:00
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
spec: spec:
nodeSelector: nodeSelector:
kubernetes.io/arch: arm64 kubernetes.io/arch: arm64
terminationGracePeriodSeconds: 0
containers: containers:
- name: build - name: build
image: registry.pyrocufflink.blue/build/basementhud image: registry.pyrocufflink.blue/build/basementhud
@ -11,7 +12,7 @@ spec:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
privileged: true privileged: true
- name: publish - name: publish
image: registry.fedoraproject.io/fedora:35 image: registry.fedoraproject.org/fedora
command: command:
- sleep - sleep
- infinity - infinity