Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,14 @@ jobs:
- uses: actions/checkout@v6
- uses: pguyot/arm-runner-action@v2
with:
base_image: raspi_2_bookworm:20231109
cpu: cortex-a7
image_additional_mb: 2048
commands: |
sudo apt-get update -yq
sudo apt-get install -yq --no-install-recommends make cmake gcc jq libreadline-dev xxd git python3-venv
apt-get clean
rm -rf /var/lib/apt/lists/*
apt-get update -yq
apt-get install -yq --no-install-recommends make cmake gcc g++ jq libreadline-dev xxd git
make linux-exe
# Testing on ARM32 in Qemu takes too long. This should be tested on-site
# python3 -m venv .venv
Expand Down
Loading