mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Change default branch of constellation-fedora-coreos-config repo (#72)
This commit is contained in:
parent
405db3286e
commit
45a1134915
2
.github/workflows/build-coreos.yml
vendored
2
.github/workflows/build-coreos.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
inputs:
|
||||
coreOSConfigBranch:
|
||||
description: "Branch of CoreOS config repo to build from"
|
||||
default: "constellation"
|
||||
default: "main"
|
||||
required: false
|
||||
debug:
|
||||
description: "Build debug image"
|
||||
|
@ -22,7 +22,7 @@ CONTAINER_ENGINE ?= podman
|
||||
COSA_BUILDDIR ?= $(BASE_PATH)/../3rdparty/coreos-assembler
|
||||
COSA_ENV ?= $(BASE_PATH)/$(CONTAINER_ENGINE).env
|
||||
COSA_INIT_REPO ?= "https://github.com/edgelesssys/constellation-fedora-coreos-config"
|
||||
COSA_INIT_BRANCH ?= "constellation"
|
||||
COSA_INIT_BRANCH ?= "main"
|
||||
COSA_LOCKFILE ?= $(BASE_PATH)/cosa.lock
|
||||
NETRC ?= ~/.netrc
|
||||
GCP_PROJECT ?= constellation-images
|
||||
|
Loading…
Reference in New Issue
Block a user