Skip to content

Commit 858593d

Browse files
export FIPS platforms
1 parent 5631ced commit 858593d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/scripts/package.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ add_bin_path
2323
if [[ -v FIPS && ${FIPS} == "true" ]]; then
2424
with_msft_go
2525
if [[ ${PLATFORM_TYPE} == "arm" || ${PLATFORM_TYPE} == "aarch64" ]]; then
26-
PLATFORMS="linux/arm64"
26+
export PLATFORMS="linux/arm64"
2727
else
28-
PLATFORMS="linux/amd64"
28+
export PLATFORMS="linux/amd64"
2929
fi
3030
else
3131
with_go

0 commit comments

Comments
 (0)