dfgdsfg
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 2m14s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-07 20:45:05 -07:00
parent 6fcd0f3253
commit 6580953c90

View File

@@ -37,6 +37,8 @@ jobs:
run: | run: |
versions=($VERSIONS) versions=($VERSIONS)
mkdir -p output
for version in "${versions[@]}"; do for version in "${versions[@]}"; do
echo "[INFO] Building $version..." echo "[INFO] Building $version..."
docker build --build-arg VERSION=$version -t fithwum/debian-$version-base . docker build --build-arg VERSION=$version -t fithwum/debian-$version-base .