fixed depends

This commit is contained in:
Sohrab Behdani 2024-10-05 14:34:34 +03:30
parent 2cde56fe75
commit 5e1b58245a

View file

@ -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: