Skip to content

Commit

Permalink
Temporarily turn off Linux aarch64 builds to generate a canary release
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Matei <radu.matei@fermyon.com>
  • Loading branch information
radu-matei committed Sep 5, 2023
1 parent 43c3ca2 commit b62e082
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ jobs:
target: "",
targetDir: "target/release",
}
- {
os: "ubuntu-20.04",
arch: "aarch64",
extension: "",
extraArgs: "--features openssl/vendored --target aarch64-unknown-linux-gnu",
target: "aarch64-unknown-linux-gnu",
targetDir: "target/aarch64-unknown-linux-gnu/release",
}
# Temporarily turning off Linux aarch64 builds so we can generate a canary release.
# - {
# os: "ubuntu-20.04",
# arch: "aarch64",
# extension: "",
# extraArgs: "--features openssl/vendored --target aarch64-unknown-linux-gnu",
# target: "aarch64-unknown-linux-gnu",
# targetDir: "target/aarch64-unknown-linux-gnu/release",
# }
- {
os: "macos-latest",
arch: "amd64",
Expand Down

0 comments on commit b62e082

Please sign in to comment.