|
28 | 28 | - name: Parse Debian version |
29 | 29 | id: distro_version |
30 | 30 | run: | |
31 | | - echo "release=$(cat update.sh | grep -m5 '\[mainline\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT" |
| 31 | + echo "release=$(cat update.sh | grep -m6 '\[mainline\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT" |
32 | 32 |
|
33 | 33 | core: |
34 | 34 | name: Build Debian NGINX mainline Docker image |
@@ -110,7 +110,8 @@ jobs: |
110 | 110 | id: build |
111 | 111 | uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1 |
112 | 112 | with: |
113 | | - platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x |
| 113 | + platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x |
| 114 | + # platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x |
114 | 115 | context: "{{ defaultContext }}:mainline/debian" |
115 | 116 | labels: ${{ steps.meta.outputs.labels }} |
116 | 117 | annotations: ${{ steps.meta.outputs.annotations }} |
@@ -228,7 +229,8 @@ jobs: |
228 | 229 | id: build |
229 | 230 | uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1 |
230 | 231 | with: |
231 | | - platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x |
| 232 | + platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x |
| 233 | + # platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x |
232 | 234 | context: "{{ defaultContext }}:mainline/debian-perl" |
233 | 235 | labels: ${{ steps.meta.outputs.labels }} |
234 | 236 | annotations: ${{ steps.meta.outputs.annotations }} |
|
0 commit comments