Skip to content

Commit

Permalink
fix build of etcd failing on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Jul 22, 2022
1 parent 2cd93a8 commit 82d626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/components/etcd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export INSTALL="${1}"
mkdir -p "${INSTALL}"

GO_LDFLAGS="-s -w" make
GO_LDFLAGS="-s -w" GO_BUILD_FLAGS="-v" ./build

for bin in etcd etcdctl; do
cp "bin/${bin}" "${INSTALL}/${bin}"
Expand Down

0 comments on commit 82d626d

Please sign in to comment.