Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit be2b011

Browse files
committed
modularize branch selection
Signed-off-by: Shivansh Vij <[email protected]>
1 parent d254392 commit be2b011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SHELL := /bin/bash
22
REPO := https://github.com/loopholelabs/linux-pvm.git
33
BASEURL := https://loopholelabs.github.io/linux-pvm-ci/
4+
BRANCH := pvm-v6.7
45

56
obj = fedora/baremetal fedora/hetzner fedora/digitalocean fedora/aws fedora/gcp fedora/ovh fedora/linode \
67
rocky/baremetal rocky/hetzner rocky/digitalocean rocky/aws rocky/gcp rocky/ovh rocky/azure rocky/civo rocky/linode \
@@ -11,7 +12,7 @@ all: $(addprefix build/,$(obj))
1112
clone:
1213
rm -rf work/base/linux
1314
mkdir -p work/base/linux
14-
git clone --depth 1 --single-branch --branch pvm-v6.7 ${REPO} work/base/linux
15+
git clone --depth 1 --single-branch --branch ${BRANCH} ${REPO} work/base/linux
1516

1617
copy: $(addprefix copy/,$(obj))
1718
$(addprefix copy/,$(obj)):

0 commit comments

Comments
 (0)