Skip to content

Commit

Permalink
delete only
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 18, 2024
1 parent c134530 commit b19e2b0
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 -PArchOverride=linuxathena"
build-options: "-PArchOverride=linuxathena"
# gradle needs first letter uppercase
arch: "Linuxathena"

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

0 comments on commit b19e2b0

Please sign in to comment.