Parcourir la source

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

Add both amd64 and arm64 support for docker image
Matt Ray il y a 3 ans
Parent
commit
1ca3f7a0b1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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