Преглед изворни кода

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

Add both amd64 and arm64 support for docker image
Matt Ray пре 3 година
родитељ
комит
1ca3f7a0b1
1 измењених фајлова са 1 додато и 0 уклоњено
  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