diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2021-06-16 08:11:33 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2021-06-21 11:19:24 +0200 |
commit | 5d2ce271dc2f0d074ce315753bff1232bb779d53 (patch) | |
tree | c3ea54435f4beef35fdc6c111b5fb05ec46c508f | |
parent | f0a801edc93c2f58e705e1cf76011560727084d2 (diff) |
Added aarch64 to pigz GitHub actions workflow.
-rw-r--r-- | .github/workflows/pigz.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/pigz.yml b/.github/workflows/pigz.yml index 92f9ee6..8260c82 100644 --- a/.github/workflows/pigz.yml +++ b/.github/workflows/pigz.yml @@ -36,6 +36,14 @@ jobs: codecov: ubuntu_clang_pigz_no_threads cmake-args: -DWITH_THREADS=OFF + - name: Ubuntu GCC AARCH64 + os: ubuntu-latest + compiler: aarch64-linux-gnu-gcc + cmake-args: -DCMAKE_TOOLCHAIN_FILE=../../cmake/toolchain-aarch64.cmake + packages: qemu qemu-user gcc-aarch64-linux-gnu libc-dev-arm64-cross + qemu-run: qemu-aarch64 + codecov: ubuntu_gcc_pigz_aarch64 + steps: - name: Checkout repository uses: actions/checkout@v2 |