We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edb6ac commit c08a4b8Copy full SHA for c08a4b8
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
build:
20
- { os: blacksmith-16vcpu-ubuntu-2204, docker_platform: linux/amd64, rust_target: "x86_64-unknown-linux-gnu", cache-provider: buildjet }
21
- - { os: linux-arm64-public, docker_platform: linux/arm64, rust_target: "aarch64-unknown-linux-gnu", cache-provider: github }
+ - { os: blacksmith-16vcpu-ubuntu-2404-arm, docker_platform: linux/arm64, rust_target: "aarch64-unknown-linux-gnu", cache-provider: github }
22
env:
23
CS_ZEROKMS_HOST: https://us-east-1.aws.zerokms.cipherstashmanaged.net
24
CS_CTS_HOST: https://ap-southeast-2.aws.cts.cipherstashmanaged.net
0 commit comments