fixed depends
This commit is contained in:
parent
2cde56fe75
commit
5e1b58245a
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ stages:
|
|||
image: archlinux/archlinux:base-devel
|
||||
|
||||
variables:
|
||||
Desktop: "plasma"
|
||||
ARCHITECTURES: "aarch64 rpi-aarch64" # Set architectures for the matrix
|
||||
FLAVORS: "barebone plasma xfce trinity" # Set flavors to simulate a matrix
|
||||
Remote_Path: "/srv/http/arm/"
|
||||
|
@ -14,6 +13,7 @@ variables:
|
|||
build_iso:
|
||||
stage: build
|
||||
script:
|
||||
- pacman -Sy parted wget dosfstools zip arch-install-scripts aria2 git
|
||||
- echo "Starting ISO build for ARM platforms"
|
||||
- for arch in $ARCHITECTURES; do
|
||||
for flavor in $FLAVORS; do
|
||||
|
@ -39,7 +39,6 @@ build_iso:
|
|||
rules:
|
||||
- if: $CI_COMMIT_TAG # Only run on tag pushes
|
||||
|
||||
# Deploy stage: uploads ISO files to a remote server
|
||||
deploy_iso:
|
||||
stage: deploy
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue