We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d1060 commit e872572Copy full SHA for e872572
build/teamcity/internal/cockroach/release/publish/sign-custom-release.sh
@@ -53,7 +53,7 @@ log_into_gcloud
53
mkdir -p artifacts
54
cd artifacts
55
56
-for platform in linux-amd64 linux-arm64 linux-s390x; do
+for platform in linux-amd64 linux-amd64-fips linux-arm64 linux-s390x; do
57
tarball=${cockroach_archive_prefix}-${version}.${platform}.tgz
58
59
gsutil cp "gs://$gcs_staged_bucket/$tarball" "$tarball"
0 commit comments