Skip to content

Commit

Permalink
peerpod-ctrl: build azure by default
Browse files Browse the repository at this point in the history
in Makefile

Fixes: #375
Signed-off-by: Snir Sheriber <[email protected]>
  • Loading branch information
snir911 authored and bpradipt committed Apr 17, 2023
1 parent d520023 commit a1f284f
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 libvirt
BUILTIN_CLOUD_PROVIDERS ?= aws azure 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 a1f284f

Please sign in to comment.