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: 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:
- build: linux musl x64 - build: linux musl x64
os: ubuntu-latest os: ubuntu-latest
rust: stable rust: stable
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: stable # rust: stable
target: aarch64-unknown-linux-musl # target: aarch64-unknown-linux-musl
- build: macos x64 - build: macos x64
os: macos-latest os: macos-latest
rust: stable rust: stable
target: x86_64-apple-darwin target: x86_64-apple-darwin
- build: macos aarch64 #- build: macos aarch64
os: macos-latest # os: macos-latest
rust: stable # rust: stable
target: aarch64-apple-darwin # target: aarch64-apple-darwin
steps: steps:
- name: Set release tag - name: Set release tag
run: | run: |