Skip to content

Commit

Permalink
ci: add arm32 build test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Oct 22, 2024
1 parent f084af0 commit 29b85b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ jobs:
make clean
make -f build/apple-ios.mk ios-sim CCACHE=1
arm32-build:
name: 🦾 ARM32 build test
needs: [reuse, c-lint, lua-lint]
if: "github.event_name == 'pull_request'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pguyot/arm-runner-action@v2
with:
commands: |
sudo apt install -yq jq libreadline-dev cmake xxd
make -f build/linux.mk
go-build-check:
name: 🐹 go build & checks
needs: [reuse, c-lint, lua-lint]
Expand Down

0 comments on commit 29b85b9

Please sign in to comment.