Skip to content

Commit c8f7b9c

Browse files
committed
build: disable failing release builds
1 parent dad6bcb commit c8f7b9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-post-announce.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
# - { target: armv5te-unknown-linux-gnueabi, os: ubuntu-latest }
3131
# - { target: armv5te-unknown-linux-musleabi, os: ubuntu-latest }
3232
# - { target: armv7-linux-androideabi, os: ubuntu-latest }
33-
- { target: armv7-unknown-linux-gnueabi, os: ubuntu-latest }
34-
- { target: armv7-unknown-linux-gnueabihf, os: ubuntu-latest }
35-
- { target: armv7-unknown-linux-musleabi, os: ubuntu-latest }
36-
- { target: armv7-unknown-linux-musleabihf, os: ubuntu-latest }
33+
# - { target: armv7-unknown-linux-gnueabi, os: ubuntu-latest }
34+
# - { target: armv7-unknown-linux-gnueabihf, os: ubuntu-latest }
35+
# - { target: armv7-unknown-linux-musleabi, os: ubuntu-latest }
36+
# - { target: armv7-unknown-linux-musleabihf, os: ubuntu-latest }
3737
# - { target: i586-unknown-linux-gnu, os: ubuntu-latest }
3838
# - { target: i586-unknown-linux-musl, os: ubuntu-latest }
3939
# - { target: i686-unknown-freebsd, os: ubuntu-latest }
@@ -50,9 +50,9 @@ jobs:
5050
# - { target: mipsel-unknown-linux-musl, os: ubuntu-latest }
5151
# - { target: powerpc-unknown-linux-gnu, os: ubuntu-latest }
5252
# - { target: powerpc64-unknown-linux-gnu, os: ubuntu-latest }
53-
- { target: powerpc64le-unknown-linux-gnu, os: ubuntu-latest }
53+
# - { target: powerpc64le-unknown-linux-gnu, os: ubuntu-latest }
5454
# - { target: riscv64gc-unknown-linux-gnu, os: ubuntu-latest }
55-
- { target: s390x-unknown-linux-gnu, os: ubuntu-latest }
55+
# - { target: s390x-unknown-linux-gnu, os: ubuntu-latest }
5656
# - { target: sparc64-unknown-linux-gnu, os: ubuntu-latest }
5757
# - { target: sparcv9-sun-solaris, os: ubuntu-latest }
5858
# - { target: thumbv6m-none-eabi, os: ubuntu-latest }

0 commit comments

Comments
 (0)