Skip to content

Commit

Permalink
remove targets that arent working
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-uni committed Jun 19, 2024
1 parent 3cff4d0 commit c47bc69
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ jobs:
- name: x86_64-unknown-linux-gnu # linux-amd64
runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
- name: aarch64-unknown-linux-gnu # linux-arm64
runner: ubuntu-latest
target: aarch64-unknown-linux-gnu
- name: i686-unknown-linux-gnu # linux-amd32
runner: ubuntu-latest
target: i686-unknown-linux-gnu
- name: armv7-unknown-linux-gnueabihf # raspberry pi
runner: ubuntu-latest
target: armv7-unknown-linux-gnueabihf
# - name: aarch64-unknown-linux-gnu # linux-arm64
# runner: ubuntu-latest
# target: aarch64-unknown-linux-gnu
# - name: armv7-unknown-linux-gnueabihf # raspberry pi
# runner: ubuntu-latest
# target: armv7-unknown-linux-gnueabihf
- name: x86_64-pc-windows-msvc # win-amd64
runner: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit c47bc69

Please sign in to comment.