Skip to content

Commit

Permalink
Merge pull request #179 from theseus-rs/remove-arm-unknown-linux-gnue…
Browse files Browse the repository at this point in the history
…abihf-target

build: remove release support for the arm-unknown-linux-gnueabihf target
  • Loading branch information
brianheineman authored Aug 9, 2024
2 parents ccd5cb5 + 4ff2abb commit 949a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-post-announce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- { target: aarch64-unknown-linux-musl, os: ubuntu-latest }
# - { target: arm-linux-androideabi, os: ubuntu-latest }
- { target: arm-unknown-linux-gnueabi, os: ubuntu-latest }
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-latest }
# - { target: arm-unknown-linux-gnueabihf, os: ubuntu-latest }
# - { target: arm-unknown-linux-musleabi, os: ubuntu-latest }
# - { target: arm-unknown-linux-musleabihf, os: ubuntu-latest }
# - { target: armv5te-unknown-linux-gnueabi, os: ubuntu-latest }
Expand Down

0 comments on commit 949a15f

Please sign in to comment.