feat: move distribution builds to platform Docker builder
This commit is contained in:
@@ -27,3 +27,13 @@ PLATFORM_ARTIFACT_DIR=.platform-data/artifacts
|
||||
|
||||
# Required outside disposable local development. This protects persisted component-key ciphertext.
|
||||
# PLATFORM_SECRET_ENVELOPE_KEY=replace-with-at-least-32-random-characters
|
||||
|
||||
# Platform-owned distribution builder. Build the first-party image from
|
||||
# platform/distribution-builder before starting the platform.
|
||||
PLATFORM_BUILDER_DOCKER_BINARY=docker
|
||||
PLATFORM_BUILDER_IMAGE=browser-platform-distribution-builder:1.0.0
|
||||
PLATFORM_BUILDER_SOURCE_DIR=../run
|
||||
PLATFORM_BUILDER_WORKSPACE_DIR=.platform-data/distribution-builds
|
||||
PLATFORM_BUILDER_TIMEOUT_SECONDS=1800
|
||||
# URL embedded into generated Run and client-manager packages.
|
||||
PLATFORM_RUN_RELEASE_URL=https://scum.npc0.com
|
||||
|
||||
Reference in New Issue
Block a user