Răsfoiți Sursa

Use only amd64 for now

Lucas Severo Alves 5 ani în urmă
părinte
comite
4661538d3c
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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: .
         file: ./Dockerfile
         builder: ${{ steps.buildx.outputs.name }}
-        platforms: linux/amd64,linux/arm/v7,linux/arm64
+        platforms: linux/amd64
         tags: ${{ steps.prep.outputs.tags }}
         push: false
         labels: |

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

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