We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9710c67 commit 52e9528Copy full SHA for 52e9528
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
build:
25
- - { os: blacksmith-16vcpu-ubuntu-2404, docker_platform: linux/amd64, rust_target: "x86_64-unknown-linux-gnu" }
+ - { os: linux-arm64-public, docker_platform: linux/amd64, rust_target: "x86_64-unknown-linux-gnu" }
26
- { os: blacksmith-16vcpu-ubuntu-2404-arm, docker_platform: linux/arm64, rust_target: "aarch64-unknown-linux-gnu" }
27
env:
28
CS_ZEROKMS_HOST: https://us-east-1.aws.zerokms.cipherstashmanaged.net
0 commit comments