Skip to content

Commit

Permalink
ci: stop support for linux/arm(32bit) according to Finschia/ostracon#431
Browse files Browse the repository at this point in the history


Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue committed Jun 16, 2022
1 parent 2fc8c4e commit 420e4b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- goarch: "arm64"
gcc: "aarch64-linux-gnu-gcc"
package: "g++-aarch64-linux-gnu"
- goarch: "arm"
gcc: "arm-linux-gnueabi-gcc"
package: "g++-arm-linux-gnueabi"
steps:
- run: sudo apt update && sudo apt install -y ${{ matrix.package }} qemu-user-binfmt
if: "matrix.package != ''"
Expand Down

0 comments on commit 420e4b5

Please sign in to comment.