We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e9528 commit 6057e05Copy full SHA for 6057e05
.github/workflows/release.yml
@@ -22,8 +22,8 @@ jobs:
22
fail-fast: false
23
matrix:
24
build:
25
- - { 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" }
+ - { 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" }
27
env:
28
CS_ZEROKMS_HOST: https://us-east-1.aws.zerokms.cipherstashmanaged.net
29
CS_CTS_HOST: https://ap-southeast-2.aws.cts.cipherstashmanaged.net
0 commit comments