Skip to content

Commit

Permalink
chore(release): v0.19.0 - retry for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
imsnif committed Oct 20, 2021
1 parent a9bedc4 commit ba07856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
matrix:
build:
- linux musl x64
- linux musl aarch64
# - linux musl aarch64
- macos x64
- macos aarch64
include:
- build: linux musl x64
os: ubuntu-latest
rust: beta
target: x86_64-unknown-linux-musl
- build: linux musl aarch64
os: ubuntu-latest
rust: beta
target: aarch64-unknown-linux-musl
# - build: linux musl aarch64
# os: ubuntu-latest
# rust: beta
# target: aarch64-unknown-linux-musl
- build: macos x64
os: macos-latest
rust: beta
Expand Down

0 comments on commit ba07856

Please sign in to comment.