This commit is contained in:
JMARyA 2025-04-17 14:01:14 +02:00
parent 025551cae8
commit a259d7019e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -16,7 +16,7 @@ steps:
privileged: true privileged: true
commands: commands:
- pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | pacman -Scc - pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | pacman -Scc
- mkdir os-x86_64 && navinstall create-tar os-x86_64 - mkdir os-amd64 && navinstall create-tar os-amd64
when: when:
platform: linux/amd64 platform: linux/amd64
@ -25,7 +25,7 @@ steps:
privileged: true privileged: true
commands: commands:
- pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | pacman -Scc - pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | pacman -Scc
- mkdir os-aarch64 && navinstall create-tar os-aarch64 - mkdir os-arm64 && navinstall create-tar os-arm64
when: when:
platform: linux/arm64 platform: linux/arm64
@ -39,3 +39,4 @@ steps:
username: jmarya username: jmarya
password: password:
from_secret: registry_token from_secret: registry_token
depends_on: [pacstrap_aarch64, pacstrap_x86_64]