test
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 32s
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 06:51:02 -07:00
parent 7b98427219
commit 52d389115c
3 changed files with 2 additions and 10 deletions

View File

@@ -47,6 +47,8 @@ jobs:
push-archives-to-repo: push-archives-to-repo:
needs: build-rootfs-archives needs: build-rootfs-archives
runs-on: docker-build runs-on: docker-build
outputs:
archives_changed: ${{ steps.commit_archives.outputs.archives_changed }}
steps: steps:
- name: Checkout source - name: Checkout source

View File

@@ -9,11 +9,6 @@ apt-get upgrade
apt-get install --no-install-recommends software-properties-common bash wget curl nano locales apt-get install --no-install-recommends software-properties-common bash wget curl nano locales
echo "[CHROOT] Generating locales..."
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen
update-locale LANG=en_US.UTF-8
echo "[CHROOT] Removing unnecessary packages..." echo "[CHROOT] Removing unnecessary packages..."
apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true

View File

@@ -9,11 +9,6 @@ apt-get upgrade
apt-get install --no-install-recommends software-properties-common bash wget curl nano locales apt-get install --no-install-recommends software-properties-common bash wget curl nano locales
echo "[CHROOT] Generating locales..."
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen
update-locale LANG=en_US.UTF-8
echo "[CHROOT] Removing unnecessary packages..." echo "[CHROOT] Removing unnecessary packages..."
apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true