Explorar el Código

Merge pull request #1799 from wilsonwu/arm64-docker-image

Add both amd64 and arm64 support for docker image
Matt Ray hace 3 años
padre
commit
1ca3f7a0b1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/pr.yaml

+ 1 - 0
.github/workflows/pr.yaml

@@ -29,4 +29,5 @@ jobs:
         with:
           context: ${{ matrix.location }}/
           file: ${{ matrix.location }}/Dockerfile
+          platforms: linux/amd64,linux/arm64
           push: false