Skip to content

Commit

Permalink
ci(release): wwww
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 19, 2024
1 parent 8bef00f commit 4f8df69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- runner: ubuntu-latest
target: x86_64-unknown-linux-musl
arch: x86_64-musl
flags: ""
flags: "--features=vendored"
ext: ''
os: linux

Expand Down
6 changes: 0 additions & 6 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:0.2.5"
pre-build = [
"dpkg --add-architecture arm64 && apt update && apt install --assume-yes libssl-dev:arm64",
]

[target.x86_64-unknown-linux-musl]
image = "ghcr.io/cross-rs/x86_64-unknown-linux-musl:0.2.5"
pre-build = [
"apk add --no-cache openssl-dev musl-dev libc6-compat gcompat pkgconfig build-base",
]

0 comments on commit 4f8df69

Please sign in to comment.