fix
This commit is contained in:
parent
025551cae8
commit
a259d7019e
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ steps:
|
|||
privileged: true
|
||||
commands:
|
||||
- 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:
|
||||
platform: linux/amd64
|
||||
|
||||
|
@ -25,7 +25,7 @@ steps:
|
|||
privileged: true
|
||||
commands:
|
||||
- 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:
|
||||
platform: linux/arm64
|
||||
|
||||
|
@ -39,3 +39,4 @@ steps:
|
|||
username: jmarya
|
||||
password:
|
||||
from_secret: registry_token
|
||||
depends_on: [pacstrap_aarch64, pacstrap_x86_64]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue