Skip to content

Commit

Permalink
arch override again?
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 17, 2024
1 parent bde2f78 commit 2def5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
os:
- container: wpilib/roborio-cross-ubuntu:2024-22.04-py312
name: roborio
build-options: "-Ponlylinuxathena"
build-options: "-Ponlylinuxathena -PArchOverride=linuxathena"

# - container: wpilib/raspbian-cross-ubuntu:bullseye-22.04-py38
# name: raspbian-py38
Expand All @@ -126,7 +126,7 @@ jobs:
# name: raspbian-aarch64-py39
- container: wpilib/aarch64-cross-ubuntu:bullseye-22.04-py310
name: raspbian-aarch64-py310
build-options: "-Ponlylinuxarm64"
build-options: "-Ponlylinuxarm64 -PArchOverride=linuxarm64"
# - container: wpilib/aarch64-cross-ubuntu:bullseye-22.04-py311
# name: raspbian-aarch64-py311
# - container: wpilib/aarch64-cross-ubuntu:bullseye-22.04-py312
Expand Down

0 comments on commit 2def5e2

Please sign in to comment.