V8.13.008.2025.08.22
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m19s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-22 19:05:44 +02:00
parent c1715f896f
commit 440a393c67
7 changed files with 4 additions and 1054 deletions

View File

@@ -503,12 +503,13 @@ preview it or run it.
# Optional
PROVIDER_NETCUP_IPV6=2001:cdb::1
JUMP_HOSTS=[2001:db8::1],[2001:db8::2] # comma-separated; IPv6 in [] is fine
# comma-separated; IPv6 in [] is fine
JUMP_HOSTS=[2001:db8::1],[2001:db8::2]
````
3. Dry-run first (prints the exact command): ````bash make dry-run````
3. Dry-run first (prints the exact command): ````make dry-run````
4. Execute the build: ````bash make live````
4. Execute the build: ````make live````
## 5.3. CI/CD Gitea Runner Workflow Example