Skip to content

Commit

Permalink
Merge pull request #1660 from lann/aarch64-ubuntu20
Browse files Browse the repository at this point in the history
ci: Build aarch64 releases on ubuntu-20.04
  • Loading branch information
lann authored Jul 21, 2023
2 parents ced6f0e + 6c0fe73 commit 2a913fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
targetDir: "target/release",
}
- {
os: "ubuntu-latest",
os: "ubuntu-20.04",
arch: "aarch64",
extension: "",
extraArgs: "--features openssl/vendored --target aarch64-unknown-linux-gnu",
Expand Down

0 comments on commit 2a913fd

Please sign in to comment.