Skip to content

Commit c47bc69

Browse files
committed
remove targets that arent working
1 parent 3cff4d0 commit c47bc69

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ jobs:
1717
- name: x86_64-unknown-linux-gnu # linux-amd64
1818
runner: ubuntu-latest
1919
target: x86_64-unknown-linux-gnu
20-
- name: aarch64-unknown-linux-gnu # linux-arm64
21-
runner: ubuntu-latest
22-
target: aarch64-unknown-linux-gnu
23-
- name: i686-unknown-linux-gnu # linux-amd32
24-
runner: ubuntu-latest
25-
target: i686-unknown-linux-gnu
26-
- name: armv7-unknown-linux-gnueabihf # raspberry pi
27-
runner: ubuntu-latest
28-
target: armv7-unknown-linux-gnueabihf
20+
# - name: aarch64-unknown-linux-gnu # linux-arm64
21+
# runner: ubuntu-latest
22+
# target: aarch64-unknown-linux-gnu
23+
# - name: armv7-unknown-linux-gnueabihf # raspberry pi
24+
# runner: ubuntu-latest
25+
# target: armv7-unknown-linux-gnueabihf
2926
- name: x86_64-pc-windows-msvc # win-amd64
3027
runner: windows-latest
3128
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)