update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-17 17:09:20 +02:00
parent a259d7019e
commit b7c9a84dfb
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 14 additions and 29 deletions

View file

@ -1,34 +1,8 @@
matrix:
platform:
- linux/amd64
- linux/arm64
labels:
platform: ${platform}
when:
- event: push
branch: main
steps:
- name: pacstrap_x86_64
image: git.hydrar.de/navos/navos:latest
privileged: true
commands:
- pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | pacman -Scc
- mkdir os-amd64 && navinstall create-tar os-amd64
when:
platform: linux/amd64
- name: pacstrap_aarch64
image: git.hydrar.de/navos/navos:latest
privileged: true
commands:
- pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | pacman -Scc
- mkdir os-arm64 && navinstall create-tar os-arm64
when:
platform: linux/arm64
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
@ -39,4 +13,3 @@ steps:
username: jmarya
password:
from_secret: registry_token
depends_on: [pacstrap_aarch64, pacstrap_x86_64]