瀏覽代碼

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: |