Skip to content

Commit

Permalink
arm also has a problem now - ignore it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 22, 2020
1 parent 601eee2 commit 04b9e52
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,19 @@ jobs:
BIN_NAME: dua
strategy:
matrix:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
# build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
build: [linux, macos, win-msvc, win-gnu, win32-msvc]
include:
- build: linux
os: ubuntu-18.04
rust: stable
target: x86_64-unknown-linux-musl
feature: tui-unix
- build: linux-arm
os: ubuntu-18.04
rust: stable
target: arm-unknown-linux-gnueabihf
feature: tui-unix
# - build: linux-arm
# os: ubuntu-18.04
# rust: stable
# target: arm-unknown-linux-gnueabihf
# feature: tui-unix
- build: macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 04b9e52

Please sign in to comment.