Skip to content

Commit 58da5c6

Browse files
committed
fix
1 parent b73ceb3 commit 58da5c6

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

.github/workflows/build_default.yaml

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
path: main
4646
filter: "blob:none"
4747

48-
- name: Debloat Runner
49-
run: |
50-
#Presets
51-
set +x ; set +e
52-
#--------------#
53-
bash <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Github/Runners/debloat_ubuntu.sh")
54-
continue-on-error: true
48+
#- name: Debloat Runner
49+
# run: |
50+
# #Presets
51+
# set +x ; set +e
52+
# #--------------#
53+
# bash <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Github/Runners/debloat_ubuntu.sh")
54+
# continue-on-error: true
5555

5656
- name: Install Addons
5757
run: |
@@ -165,6 +165,22 @@ jobs:
165165
continue-on-error: true
166166

167167
#https://hub.docker.com/r/pkgforge/alpine
168+
#- name: Docker Build and Push (alpine)
169+
# uses: docker/build-push-action@v6
170+
# with:
171+
# context: /tmp/DOCKERFILES/
172+
# file: "/tmp/DOCKERFILES/alpine.dockerfile"
173+
# platforms: "linux/${{ matrix.platform }}"
174+
# build-args: |
175+
# TARGETARCH="${{ matrix.platform }}"
176+
# tags: |
177+
# pkgforge/alpine:${{ matrix.arch }}
178+
# pkgforge/alpine:${{ matrix.arch }}-${{ env.DOCKER_TAG }}
179+
# ghcr.io/pkgforge/devscripts/alpine:${{ matrix.arch }}
180+
# ghcr.io/pkgforge/devscripts/alpine:${{ matrix.arch }}-${{ env.DOCKER_TAG }}
181+
# outputs: type=registry,compression=zstd,compression-level=22
182+
183+
continue-on-error: true
168184
- name: Docker Build and Push (alpine)
169185
uses: docker/build-push-action@v6
170186
with:
@@ -174,12 +190,8 @@ jobs:
174190
build-args: |
175191
TARGETARCH="${{ matrix.platform }}"
176192
tags: |
177-
#pkgforge/alpine:${{ matrix.arch }}
178-
#pkgforge/alpine:${{ matrix.arch }}-${{ env.DOCKER_TAG }}
179193
pkgforge/alpine:edge
180194
pkgforge/alpine:edge-${{ env.DOCKER_TAG }}
181-
#ghcr.io/pkgforge/devscripts/alpine:${{ matrix.arch }}
182-
#ghcr.io/pkgforge/devscripts/alpine:${{ matrix.arch }}-${{ env.DOCKER_TAG }}
183195
ghcr.io/pkgforge/devscripts/alpine:edge
184196
ghcr.io/pkgforge/devscripts/alpine:edge-${{ env.DOCKER_TAG }}
185197
outputs: type=registry,compression=zstd,compression-level=22

0 commit comments

Comments
 (0)