Lucas Severo Alves 5 лет назад
Родитель
Сommit
4661538d3c
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .github/workflows/all.yml
  2. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/all.yml

@@ -97,7 +97,7 @@ jobs:
         context: .
         context: .
         file: ./Dockerfile
         file: ./Dockerfile
         builder: ${{ steps.buildx.outputs.name }}
         builder: ${{ steps.buildx.outputs.name }}
-        platforms: linux/amd64,linux/arm/v7,linux/arm64
+        platforms: linux/amd64
         tags: ${{ steps.prep.outputs.tags }}
         tags: ${{ steps.prep.outputs.tags }}
         push: false
         push: false
         labels: |
         labels: |

+ 1 - 1
.github/workflows/main.yml

@@ -115,7 +115,7 @@ jobs:
         context: .
         context: .
         file: ./Dockerfile
         file: ./Dockerfile
         builder: ${{ steps.buildx.outputs.name }}
         builder: ${{ steps.buildx.outputs.name }}
-        platforms: linux/amd64,linux/arm/v7,linux/arm64
+        platforms: linux/amd64
         tags: ${{ steps.prep.outputs.tags }}
         tags: ${{ steps.prep.outputs.tags }}
         push: ${{ steps.prep.outputs.push_image }}
         push: ${{ steps.prep.outputs.push_image }}
         labels: |
         labels: |