Skip to content

Commit

Permalink
remove arm linux target
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcomer committed May 5, 2022
1 parent d083e1b commit 0580091
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
target:
# Rustc's Tier 1 platforms
# https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1-with-host-tools
- aarch64-unknown-linux-gnu
# Windows gnu is not currently working
# - i686-pc-windows-gnu
- i686-pc-windows-msvc
Expand All @@ -39,9 +38,6 @@ jobs:
# Testability according to cross
# https://github.com/rust-embedded/cross#supported-targets
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
testable: true
# - target: i686-pc-windows-gnu
# os: windows-latest
# testable: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
target:
# Rustc's Tier 1 platforms
# https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1-with-host-tools
- aarch64-unknown-linux-gnu
# Windows gnu is not currently working
# - i686-pc-windows-gnu
- i686-pc-windows-msvc
Expand All @@ -35,8 +34,6 @@ jobs:
# Testability according to cross
# https://github.com/rust-embedded/cross#supported-targets
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
# - target: i686-pc-windows-gnu
# os: windows-latest
- target: i686-pc-windows-msvc
Expand Down

0 comments on commit 0580091

Please sign in to comment.