We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d27ef commit 711466fCopy full SHA for 711466f
1 file changed
.github/workflows/release.yml
@@ -17,8 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
build:
20
- - { os: blacksmith-16vcpu-ubuntu-2204, docker_platform: linux/amd64, rust_target: "x86_64-unknown-linux-gnu" }
21
- - { os: blacksmith-16vcpu-ubuntu-2404-arm, docker_platform: linux/arm64, rust_target: "aarch64-unknown-linux-gnu" }
+ - { os: blacksmith-16vcpu-ubuntu-2404, docker_platform: linux/amd64, rust_target: "x86_64-unknown-linux-gnu" }
+ - { os: linux-arm64-public, docker_platform: linux/arm64, rust_target: "aarch64-unknown-linux-gnu" }
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