Skip to content

Commit

Permalink
ibmcloud: add provider to peerpod-ctl
Browse files Browse the repository at this point in the history
Fixes: #1432

Signed-off-by: Qi Feng Huo <[email protected]>
  • Loading branch information
Qi Feng Huo authored and liudalibj committed Sep 13, 2023
1 parent 81c2e9e commit 13116e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peerpod-ctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ endif
SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

BUILTIN_CLOUD_PROVIDERS ?= aws azure libvirt
BUILTIN_CLOUD_PROVIDERS ?= aws azure ibmcloud libvirt
# Build tags required to build cloud-api-adaptor are derived from BUILTIN_CLOUD_PROVIDERS.
# When libvirt is specified, CGO_ENABLED is set to 1.
space := $() $()
Expand Down

0 comments on commit 13116e3

Please sign in to comment.