Simplified structure, reduced duplication and alpine overbuild.

This commit is contained in:
soup-bowl
2026-03-19 18:09:46 +00:00
parent 3e9b1fa4bd
commit 782dd1a88c
7 changed files with 7 additions and 127 deletions
-5
View File
@@ -22,11 +22,6 @@ jobs:
fail-fast: false
matrix:
include:
- version: "0.9.3.0"
tag: alpine-beta
folder: beta/alpine
file: Dockerfile
platforms: linux/amd64,linux/arm64
- version: master
tag: source
folder: build/latest
+6
View File
@@ -69,6 +69,12 @@ jobs:
file: Dockerfile.noscreen
platforms: linux/amd64,linux/arm64
sha1: a4bcd861626195af80cc1f962d3a2f4528859ad2
- version: "0.9.3.0"
tag: alpine-beta
folder: build/latest
file: Dockerfile.alpine
platforms: linux/amd64,linux/arm64
sha1: a4bcd861626195af80cc1f962d3a2f4528859ad2
steps:
- name: Checkout Codebase