Skip to content

Commit

Permalink
Add ARM to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-bennett committed Nov 5, 2024
1 parent 4d92c58 commit 7e4d6bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/full_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,18 @@ jobs:
TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
TOOLCHAIN=${{ matrix.toolchain }} sh ./ci/run.sh
build_channels_arm_linux:
name: Build Channels ARM (Linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pguyot/arm-runner-action@v2
with:
commands: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"
TOOLCHAIN=stable sh ./ci/install-rust.sh
TOOLCHAIN=stable sh ./ci/run.sh
# FreeBSD:
# kldload -n -v if_tuntap
Expand Down

0 comments on commit 7e4d6bd

Please sign in to comment.