Browse Source

Use only amd64 for now

Lucas Severo Alves 5 years ago
parent
commit
4661538d3c
2 changed files with 2 additions and 2 deletions
  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: |