Bläddra i källkod

Fix typo in arm64 namespace

Mohamed Elashri 1 år sedan
förälder
incheckning
06a31fd67b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/docker-image.yaml

+ 1 - 1
.github/workflows/docker-image.yaml

@@ -79,7 +79,7 @@ jobs:
       - name: Build and push Docker image
       - name: Build and push Docker image
         uses: docker/build-push-action@v5
         uses: docker/build-push-action@v5
         with:
         with:
-          platforms: linux/amd64,linux/arm6
+          platforms: linux/amd64,linux/arm64
           context: .
           context: .
           push: true
           push: true
           tags: ${{ steps.meta.outputs.tags }}
           tags: ${{ steps.meta.outputs.tags }}