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
|
image: archlinux/archlinux:base-devel
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
Desktop: "plasma"
|
|
||||||
ARCHITECTURES: "aarch64 rpi-aarch64" # Set architectures for the matrix
|
ARCHITECTURES: "aarch64 rpi-aarch64" # Set architectures for the matrix
|
||||||
FLAVORS: "barebone plasma xfce trinity" # Set flavors to simulate a matrix
|
FLAVORS: "barebone plasma xfce trinity" # Set flavors to simulate a matrix
|
||||||
Remote_Path: "/srv/http/arm/"
|
Remote_Path: "/srv/http/arm/"
|
||||||
|
@ -14,6 +13,7 @@ variables:
|
||||||
build_iso:
|
build_iso:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- pacman -Sy parted wget dosfstools zip arch-install-scripts aria2 git
|
||||||
- echo "Starting ISO build for ARM platforms"
|
- echo "Starting ISO build for ARM platforms"
|
||||||
- for arch in $ARCHITECTURES; do
|
- for arch in $ARCHITECTURES; do
|
||||||
for flavor in $FLAVORS; do
|
for flavor in $FLAVORS; do
|
||||||
|
@ -39,7 +39,6 @@ build_iso:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG # Only run on tag pushes
|
- if: $CI_COMMIT_TAG # Only run on tag pushes
|
||||||
|
|
||||||
# Deploy stage: uploads ISO files to a remote server
|
|
||||||
deploy_iso:
|
deploy_iso:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Add table
Reference in a new issue