V8.13.008.2025.08.22
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m9s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Failing after 1m23s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-22 08:52:44 +02:00
parent 661cbbdb32
commit 862e8e75bd
2 changed files with 12 additions and 2 deletions

View File

@@ -10,6 +10,6 @@
# SPDX-Security-Contact: security@coresecret.eu
build:
counter: 1023
counter: 1024
version: V8.13.008.2025.08.22
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml

View File

@@ -35,9 +35,19 @@ jobs:
steps:
- name: 🛠️ Basic Image Setup.
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get upgrade -y
apt-get install -y apt-transport-https apt-utils bash ca-certificates gnupg openssl sudo
apt-get install -y --no-install-recommends \
apt-transport-https \
apt-utils \
bash \
ca-certificates \
git \
gnupg \
openssh-client \
openssl \
sudo
- name: ⚙️ Check GnuPG Version.
shell: bash