Skip to content

Commit 1fd001a

Browse files
committed
Test building with QEMU
1 parent 66becca commit 1fd001a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/untrusted.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
# -
13-
# name: Set up QEMU
14-
# uses: docker/setup-qemu-action@v1
12+
-
13+
name: Set up QEMU
14+
uses: docker/setup-qemu-action@v1
1515
- uses: actions/checkout@v1
1616
- name: Build
1717
run: make build-arm64

0 commit comments

Comments
 (0)