mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 04:16:11 +01:00
fixed release to build arm64
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -62,6 +62,7 @@ jobs:
|
|||||||
|
|
||||||
- build: linux-aarch64-gnu
|
- build: linux-aarch64-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
arch: arm64
|
||||||
target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
use-cross: true
|
use-cross: true
|
||||||
|
|
||||||
@@ -84,8 +85,8 @@ jobs:
|
|||||||
command: build
|
command: build
|
||||||
args: --verbose --release --target ${{ matrix.target }}
|
args: --verbose --release --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Strip release binary (linux and macos)
|
- name: Strip release binary (linux)
|
||||||
if: matrix.build == 'linux-gnu' || matrix.build == 'linux-musl' || matrix.build == 'macos' || matrix.build == 'linux-aarch64-gnu'
|
if: matrix.build == 'linux-gnu' || matrix.build == 'linux-aarch64-gnu'
|
||||||
run: strip "target/${{ matrix.target }}/release/lyra"
|
run: strip "target/${{ matrix.target }}/release/lyra"
|
||||||
|
|
||||||
- name: Build archive
|
- name: Build archive
|
||||||
|
|||||||
Reference in New Issue
Block a user