Skip to content

Commit

Permalink
add aarch64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Mar 9, 2024
1 parent 99f6a24 commit 6001bf9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,19 @@ jobs:
# asset_path: ./configure.gz
# asset_name: configure.gz
# asset_content_type: application/gzip
aarch64:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.7.1
name: check on aarch64
id: runcmd
with:
arch: aarch64
githubToken: ${{ github.token }}
distro: ubuntu_latest
install: |
apt-get update -q -y
apt-get install -y make gcc grep
run: sh build-aux/autogen.sh; ./configure; make; make check

0 comments on commit 6001bf9

Please sign in to comment.