chore(release): v0.19.0 - retry for ci

This commit is contained in:
Aram Drevekenin 2021-10-20 14:25:19 +02:00
parent a9bedc49ba
commit ba07856016

View file

@ -16,7 +16,7 @@ jobs:
matrix: matrix:
build: build:
- linux musl x64 - linux musl x64
- linux musl aarch64 # - linux musl aarch64
- macos x64 - macos x64
- macos aarch64 - macos aarch64
include: include:
@ -24,10 +24,10 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
rust: beta rust: beta
target: x86_64-unknown-linux-musl target: x86_64-unknown-linux-musl
- build: linux musl aarch64 # - build: linux musl aarch64
os: ubuntu-latest # os: ubuntu-latest
rust: beta # rust: beta
target: aarch64-unknown-linux-musl # target: aarch64-unknown-linux-musl
- build: macos x64 - build: macos x64
os: macos-latest os: macos-latest
rust: beta rust: beta