Просмотр исходного кода

fix: remove build i386 s6 image because api not support i386

lejianwen 1 год назад
Родитель
Сommit
14198e7586
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      .github/workflows/ghcr.yml

+ 4 - 4
.github/workflows/ghcr.yml

@@ -184,7 +184,7 @@ jobs:
184
             ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-amd64,
184
             ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-amd64,
185
             ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-arm64v8,
185
             ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-arm64v8,
186
             ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-armv7,
186
             ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-armv7,
187
-            ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-i386
187
+#            ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-i386
188
           push: true
188
           push: true
189
 
189
 
190
       # Create and push manifest for :latest tag
190
       # Create and push manifest for :latest tag
@@ -196,7 +196,7 @@ jobs:
196
             ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-amd64,
196
             ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-amd64,
197
             ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-arm64v8,
197
             ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-arm64v8,
198
             ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-armv7,
198
             ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-armv7,
199
-            ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-i386
199
+#            ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-i386
200
           push: true
200
           push: true
201
 
201
 
202
   # Build and push single-arch Docker images to ghcr.io
202
   # Build and push single-arch Docker images to ghcr.io
@@ -229,7 +229,7 @@ jobs:
229
 
229
 
230
       - name: Set up QEMU
230
       - name: Set up QEMU
231
         uses: docker/setup-qemu-action@v3
231
         uses: docker/setup-qemu-action@v3
232
-      
232
+
233
       - name: Set up Docker Buildx
233
       - name: Set up Docker Buildx
234
         uses: docker/setup-buildx-action@v3
234
         uses: docker/setup-buildx-action@v3
235
 
235
 
@@ -240,7 +240,7 @@ jobs:
240
           registry: ghcr.io
240
           registry: ghcr.io
241
           username: ${{ github.actor }}
241
           username: ${{ github.actor }}
242
           password: ${{ secrets.GITHUB_TOKEN }}
242
           password: ${{ secrets.GITHUB_TOKEN }}
243
-        
243
+
244
       - name: Extract metadata (tags, labels) for Docker
244
       - name: Extract metadata (tags, labels) for Docker
245
         id: meta
245
         id: meta
246
         uses: docker/metadata-action@v5
246
         uses: docker/metadata-action@v5