We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcee4fa commit 13d6b86Copy full SHA for 13d6b86
.github/workflows/build-job.yml
@@ -11,6 +11,8 @@ jobs:
11
uses: actions/checkout@v2
12
- name: Install dependencies
13
run: sudo apt install -y binfmt-support qemu-user-static
14
+ - name: where is qemu-aarch64-static
15
+ run: which qemu-aarch64-static
16
- name: create FS
17
run: core/default/fs.sh
18
- name: upload artifact
0 commit comments