Compare commits
No commits in common. "9e4da661e698fbf87a9e291d7704e3fdcc1f3961" and "f93b8a43ebf747d2769642c851f4cb74ca589a67" have entirely different histories.
9e4da661e6
...
f93b8a43eb
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
@ -29,9 +29,9 @@ jobs:
|
|||
- uses: actions/rust-toolchain@stable
|
||||
with:
|
||||
targets: "x86_64-unknown-linux-musl,aarch64-unknown-linux-musl"
|
||||
- run: apt-get update && apt-get install -y musl-tools
|
||||
- run: cargo build --release --target x86_64-unknown-linux-musl
|
||||
- run: mkdir _release && mv target/x86_64-unknown-linux-musl/release/fingerlink _release/fingerlink
|
||||
- run: cargo build --release --target aarch64-unknown-linux-musl
|
||||
- run: mkdir _release && mv target/x86_64-unknown-linux-musl/release/fingerlink _release/fingerlink-x86_64 && mv target/aarch64-unknown-linux-musl/release/fingerlink-arm64
|
||||
- uses: actions/forgejo-release@v1
|
||||
with:
|
||||
direction: upload
|
||||
|
|
Loading…
Add table
Reference in a new issue