chore(release): temporarily disable aarch64

This commit is contained in:
Aram Drevekenin 2022-10-25 10:15:32 +02:00 committed by GitHub
parent 59d9cb53b6
commit 339eacce99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,26 +16,26 @@ jobs:
matrix:
build:
- linux musl x64
- linux musl aarch64
#- linux musl aarch64
- macos x64
- macos aarch64
#- macos aarch64
include:
- build: linux musl x64
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-musl
- build: linux musl aarch64
os: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-musl
#- build: linux musl aarch64
# os: ubuntu-latest
# rust: stable
# target: aarch64-unknown-linux-musl
- build: macos x64
os: macos-latest
rust: stable
target: x86_64-apple-darwin
- build: macos aarch64
os: macos-latest
rust: stable
target: aarch64-apple-darwin
#- build: macos aarch64
# os: macos-latest
# rust: stable
# target: aarch64-apple-darwin
steps:
- name: Set release tag
run: |