Skip to content

Commit

Permalink
Merge pull request #1732 from radu-matei/fix/skip-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Sep 5, 2023
2 parents 43c3ca2 + b62e082 commit 4d178a1
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 4d178a1

Please sign in to comment.