cloud-build/configs/container-x86.yaml
2024-10-15 17:24:24 +03:00

35 lines
474 B
YAML

---
remote: '/home/builder/images/{branch}/{arch}'
repository_url: copy:///space/ALT/{branch}
try_build_all: True
log_level: debug
rebuild_after:
days: 5
images:
rootfs-minimal:
target: ve/docker
kinds:
- tar.xz
tests:
- method: docker
branches:
Sisyphus:
arches:
i586:
x86_64:
p10:
arches:
i586:
x86_64:
branding: alt-container
p11:
arches:
i586:
x86_64:
branding: alt-container
...