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

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