From 6416df1af1ed6395d66261ab1d71fdb9420066af Mon Sep 17 00:00:00 2001 From: Leonid Evdokimov Date: Sat, 8 Feb 2020 21:07:53 +0300 Subject: [PATCH] CI: register qemu-user-static to compile static ubxtool binaries --- .github/workflows/ubxtool.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubxtool.yml b/.github/workflows/ubxtool.yml index d955e8e..bc0e34e 100644 --- a/.github/workflows/ubxtool.yml +++ b/.github/workflows/ubxtool.yml @@ -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