mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-07-22 16:09:09 +00:00
feat: add targets for mac and linux
This commit is contained in:
parent
5b0735c120
commit
c9a1f79786
2 changed files with 109 additions and 109 deletions
60
.github/workflows/target-tests.yml
vendored
60
.github/workflows/target-tests.yml
vendored
|
@ -16,11 +16,11 @@ jobs:
|
|||
matrix:
|
||||
name:
|
||||
- linux-x86-64-gnu
|
||||
# - linux-x86-64-musl
|
||||
# - linux-armhf-gnu
|
||||
# - linux-arm64-gnu
|
||||
# - mac-x86-64
|
||||
# - mac-arm64
|
||||
- linux-x86-64-musl
|
||||
- linux-armhf-gnu
|
||||
- linux-arm64-gnu
|
||||
- mac-x86-64
|
||||
- mac-arm64
|
||||
include:
|
||||
- name: linux-x86-64-gnu
|
||||
os: ubuntu-20.04
|
||||
|
@ -28,35 +28,35 @@ jobs:
|
|||
cross: false
|
||||
experimental: false
|
||||
|
||||
# - name: linux-x86-64-musl
|
||||
# os: ubuntu-latest
|
||||
# target: x86_64-unknown-linux-musl
|
||||
# cross: true
|
||||
# experimental: false
|
||||
- name: linux-x86-64-musl
|
||||
os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-musl
|
||||
cross: true
|
||||
experimental: false
|
||||
|
||||
# - name: linux-armhf-gnu
|
||||
# os: ubuntu-20.04
|
||||
# target: armv7-unknown-linux-gnueabihf
|
||||
# cross: true
|
||||
# experimental: false
|
||||
- name: linux-armhf-gnu
|
||||
os: ubuntu-20.04
|
||||
target: armv7-unknown-linux-gnueabihf
|
||||
cross: true
|
||||
experimental: false
|
||||
|
||||
# - name: linux-arm64-gnu
|
||||
# os: ubuntu-20.04
|
||||
# target: aarch64-unknown-linux-gnu
|
||||
# cross: true
|
||||
# experimental: false
|
||||
- name: linux-arm64-gnu
|
||||
os: ubuntu-20.04
|
||||
target: aarch64-unknown-linux-gnu
|
||||
cross: true
|
||||
experimental: false
|
||||
|
||||
# - name: mac-x86-64
|
||||
# os: macos-latest
|
||||
# target: x86_64-apple-darwin
|
||||
# cross: false
|
||||
# experimental: false
|
||||
- name: mac-x86-64
|
||||
os: macos-latest
|
||||
target: x86_64-apple-darwin
|
||||
cross: false
|
||||
experimental: false
|
||||
|
||||
# - name: mac-arm64
|
||||
# os: macos-11.0
|
||||
# target: aarch64-apple-darwin
|
||||
# cross: true
|
||||
# experimental: true
|
||||
- name: mac-arm64
|
||||
os: macos-11.0
|
||||
target: aarch64-apple-darwin
|
||||
cross: true
|
||||
experimental: true
|
||||
|
||||
name: Binaries for ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue