Skip to content

Commit

Permalink
CI: register qemu-user-static to compile static ubxtool binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk committed Feb 8, 2020
1 parent 62134c7 commit 6416df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubxtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v2
- name: submodules
run: git submodule update --init --recursive --depth=1
- name: register qemu-user-static
run: sudo docker run --rm --interactive --privileged multiarch/qemu-user-static:register --reset
- name: build-ubxtool
run: ./build-ubxtool ${{ matrix.mach }} static
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 6416df1

Please sign in to comment.