Skip to content

Commit

Permalink
Add Linux ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Dec 24, 2024
1 parent dc3395a commit 8bf5e39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
fail-fast: false
matrix:
include:
- container: wpilib/roborio-cross-ubuntu:2025-22.04
artifact-name: Athena
build-options: -Pplatform=linuxathena -Psccache
- container: wpilib/raspbian-cross-ubuntu:bookworm-22.04
artifact-name: Arm32
build-options: -Pplatform=linuxarm32 -Psccache
- container: wpilib/aarch64-cross-ubuntu:bookworm-22.04
artifact-name: Arm64
build-options: -Pplatform=linuxarm64 -Psccache
- container: wpilib/ubuntu-base:22.04
artifact-name: Linux
build-options: -Pplatform=linux-x86_64 -Psccache
Expand Down

0 comments on commit 8bf5e39

Please sign in to comment.