소스 검색

add platform for container

Lennart Wittkuhn 1 년 전
부모
커밋
147f9b7f19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     container:
       image: lennartwittkuhn/datalad:0.17.6
-      options: --entrypoint /bin/sh
+      options: --entrypoint /bin/sh --platform linux/arm64
     steps:
       - name: Install and Build
         run: |