Ver Fonte

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

Add both amd64 and arm64 support for docker image
Matt Ray há 3 anos atrás
pai
commit
1ca3f7a0b1
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/pr.yaml

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

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