dfsgsdfg
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
This commit is contained in:
@@ -33,12 +33,30 @@ jobs:
|
||||
echo "[INFO] Building Debian $version rootfs..."
|
||||
docker build --build-arg VERSION=$version -t fithwum/debian-$version-base .
|
||||
|
||||
docker run --rm --privileged \
|
||||
-v "$(pwd)":/output \
|
||||
fithwum/debian-$version-base \
|
||||
bash base-image-script/debian-${version}_pt1.sh
|
||||
if [ "$version" == "trixie" ]; then
|
||||
mkdir -p "$(pwd)/trixie"
|
||||
docker run --rm --privileged \
|
||||
-v "$(pwd)/trixie":/output \
|
||||
fithwum/debian-$version-base \
|
||||
bash base-image-script/debian-${version}_pt1.sh
|
||||
else
|
||||
docker run --rm --privileged \
|
||||
-v "$(pwd)":/output \
|
||||
fithwum/debian-$version-base \
|
||||
bash base-image-script/debian-${version}_pt1.sh
|
||||
fi
|
||||
done
|
||||
|
||||
# for version in "${versions[@]}"; do
|
||||
# echo "[INFO] Building Debian $version rootfs..."
|
||||
# docker build --build-arg VERSION=$version -t fithwum/debian-$version-base .
|
||||
|
||||
# docker run --rm --privileged \
|
||||
# -v "$(pwd)":/output \
|
||||
# fithwum/debian-$version-base \
|
||||
# bash base-image-script/debian-${version}_pt1.sh
|
||||
# done
|
||||
|
||||
- name: List output archives
|
||||
run: |
|
||||
echo "[INFO] Looking for tarballs in workspace..."
|
||||
|
||||
Reference in New Issue
Block a user