Skip to content

Commit

Permalink
chore: test target
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Mar 6, 2024
1 parent 061ac48 commit d2d1f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:

jobs:
publish-linux-x86:
publish-linux:
runs-on: ubuntu-latest

steps:
Expand All @@ -15,6 +15,8 @@ jobs:

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: "aarch64-linux-gnu-gcc, x86_64-unknown-linux-musl"

- name: Build amd64
run: cargo build --release
Expand Down
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ webbrowser = "0.8.13"

[profile.release]
strip = "debuginfo"

[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"

0 comments on commit d2d1f1a

Please sign in to comment.