container/.woodpecker/build.yml
2025-04-17 13:39:34 +02:00

21 lines
556 B
YAML

when:
- event: push
branch: main
steps:
- name: pacstrap
image: git.hydrar.de/navos/navos:latest
privileged: true
commands:
- pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | pacman -Scc
- mkdir os && navinstall create-tar os
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64,linux/arm64
repo: git.hydrar.de/navos/navos
registry: git.hydrar.de
tag: latest
username: jmarya
password:
from_secret: registry_token