Skip to content

Instantly share code, notes, and snippets.

@teddy-wahle
teddy-wahle / istio-fips-build.sh
Last active October 20, 2023 19:55 — forked from jeesmon/istio-fips-build.sh
Istio FIPS Build For ARM
ISTIO_VERSION=${ISTIO_VERSION:-1.18.3}
git clone https://github.com/istio/proxy.git --depth 1
pushd proxy
git fetch --tags
git checkout "${ISTIO_VERSION}"
export GOOS=linux
# Compile envoy with FIPS: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fips-140-2
# The docs says its amd