Skip to content

Commit

Permalink
chore: use our fork of k8s-cloudkms-plugin (#1822)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville authored Feb 21, 2025
1 parent 7ecd3c6 commit ff30dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/package-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ VERSIONS
cd ..

if [ ! -e k8s-cloudkms-plugin ]; then
git clone --depth=1 https://github.com/GoogleCloudPlatform/k8s-cloudkms-plugin
git clone --depth=1 https://github.com/obot-platform/k8s-cloudkms-plugin
fi
cd k8s-cloudkms-plugin
go build -ldflags "-s -w -extldflags 'static'" -installsuffix cgo -tags netgo -o "${BIN_DIR}/gcp-encryption-provider" cmd/k8s-cloudkms-plugin/main.go
OBOT_SERVER_VERSIONS="$(cat <<VERSIONS
"github.com/GoogleCloudPlatform/k8s-cloudkms-plugin": "$(git rev-parse --short HEAD)"
"github.com/obot-platform/k8s-cloudkms-plugin": "$(git rev-parse --short HEAD)"
${OBOT_SERVER_VERSIONS}
VERSIONS
)"
Expand Down

0 comments on commit ff30dff

Please sign in to comment.