remove buster build
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 46s
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
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 46s
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:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build all Debian rootfs versions sequentially
|
- name: Build all Debian rootfs versions sequentially
|
||||||
run: |
|
run: |
|
||||||
versions=(buster bullseye bookworm docker-build)
|
versions=(bullseye bookworm docker-build)
|
||||||
|
|
||||||
for version in "${versions[@]}"; do
|
for version in "${versions[@]}"; do
|
||||||
echo "[INFO] Building Debian $version rootfs..."
|
echo "[INFO] Building Debian $version rootfs..."
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
IMAGE_ORG=fithwum
|
IMAGE_ORG=fithwum
|
||||||
IMAGE_REPO=debian-base
|
IMAGE_REPO=debian-base
|
||||||
|
|
||||||
for TAG in buster bullseye bookworm docker-build; do
|
for TAG in bullseye bookworm docker-build; do
|
||||||
FULL_IMAGE="${IMAGE_REGISTRY}/${IMAGE_ORG}/${IMAGE_REPO}:${TAG}"
|
FULL_IMAGE="${IMAGE_REGISTRY}/${IMAGE_ORG}/${IMAGE_REPO}:${TAG}"
|
||||||
echo "[INFO] Building and pushing $FULL_IMAGE"
|
echo "[INFO] Building and pushing $FULL_IMAGE"
|
||||||
docker buildx build --platform linux/amd64 --push -t "$FULL_IMAGE" "./$TAG"
|
docker buildx build --platform linux/amd64 --push -t "$FULL_IMAGE" "./$TAG"
|
||||||
@@ -130,7 +130,7 @@ jobs:
|
|||||||
- name: Generate per-version changelogs
|
- name: Generate per-version changelogs
|
||||||
run: |
|
run: |
|
||||||
cd upload-repo
|
cd upload-repo
|
||||||
for version in buster bullseye bookworm docker-build; do
|
for version in bullseye bookworm docker-build; do
|
||||||
echo "[INFO] Updating changelog for $version"
|
echo "[INFO] Updating changelog for $version"
|
||||||
|
|
||||||
changelog="$version/CHANGES.md"
|
changelog="$version/CHANGES.md"
|
||||||
@@ -193,7 +193,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
cd upload-repo
|
cd upload-repo
|
||||||
for version in buster bullseye bookworm docker-build; do
|
for version in bullseye bookworm docker-build; do
|
||||||
echo "[INFO] Generating build-info.json for $version"
|
echo "[INFO] Generating build-info.json for $version"
|
||||||
mkdir -p "$version"
|
mkdir -p "$version"
|
||||||
infofile="$version/build-info.json"
|
infofile="$version/build-info.json"
|
||||||
@@ -239,7 +239,7 @@ jobs:
|
|||||||
git push
|
git push
|
||||||
|
|
||||||
# Tag the commit for each version
|
# Tag the commit for each version
|
||||||
for version in buster bullseye bookworm docker-build; do
|
for version in bullseye bookworm docker-build; do
|
||||||
TAG="build-$version"
|
TAG="build-$version"
|
||||||
# Delete local tag if exists
|
# Delete local tag if exists
|
||||||
git tag -d "$TAG" 2>/dev/null || true
|
git tag -d "$TAG" 2>/dev/null || true
|
||||||
|
|||||||
Reference in New Issue
Block a user