adsfgdfg
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:
@@ -49,17 +49,11 @@ jobs:
|
|||||||
docker build --build-arg VERSION=$version -t fithwum/debian-$version-base .
|
docker build --build-arg VERSION=$version -t fithwum/debian-$version-base .
|
||||||
|
|
||||||
docker run --rm --privileged \
|
docker run --rm --privileged \
|
||||||
-v /mnt/user/git/act_runner_output:/output \
|
-v "${{ env.OUTPUT_DIR }}:/output" \
|
||||||
-e VERSION="$version" \
|
-e VERSION="$version" \
|
||||||
fithwum/debian-$version-base \
|
fithwum/debian-$version-base \
|
||||||
bash -c "/scripts/bootstrap-rootfs.sh \"$version\" && cp -v \"/output/$version/debian-$version.tar.bz2\" \"${{ env.OUTPUT_DIR }}/$version/\""
|
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
|
||||||
|
# bash -eux /scripts/bootstrap-rootfs.sh "$version"
|
||||||
# docker run --rm --privileged \
|
|
||||||
# -v "${{ env.OUTPUT_DIR }}:/output" \
|
|
||||||
# -e VERSION="$version" \
|
|
||||||
# fithwum/debian-$version-base \
|
|
||||||
# bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
|
|
||||||
# # bash -eux /scripts/bootstrap-rootfs.sh "$version"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Validate that archives exist for each version
|
- name: Validate that archives exist for each version
|
||||||
|
|||||||
Reference in New Issue
Block a user