Remove x86 as a target from example json (#49)
Some checks failed
CI / Build - ${{ matrix.artifact-name }} (Arm32, -Ponlylinuxarm32, wpilib/raspbian-cross-ubuntu:bookworm-22.04) (push) Has been cancelled
CI / Build - ${{ matrix.artifact-name }} (Arm64, -Ponlylinuxarm64, wpilib/aarch64-cross-ubuntu:bookworm-22.04) (push) Has been cancelled
CI / Build - ${{ matrix.artifact-name }} (Athena, -Ponlylinuxathena, wpilib/roborio-cross-ubuntu:2025-22.04) (push) Has been cancelled
CI / Build - ${{ matrix.artifact-name }} (Linux, , wpilib/ubuntu-base:22.04) (push) Has been cancelled
CI / Build - ${{ matrix.artifact-name }} (aarch64, macOS, macos-14) (push) Has been cancelled
CI / Build - ${{ matrix.artifact-name }} (x64, Win64, windows-2022) (push) Has been cancelled
CI / Combine (push) Has been cancelled

This commit is contained in:
nobody5050 2025-01-07 23:24:58 -06:00 committed by GitHub
parent ebbe7ed050
commit 1599355b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,6 @@
"isJar": false,
"validPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
@ -44,7 +43,6 @@
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
@ -62,7 +60,6 @@
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",