Prepairing to Jenkins build
This commit is contained in:
parent
0296b3c300
commit
6ed826107e
2 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,11 @@ Clone this project & cd into it:
|
|||
git clone https://github.com/Tile-OS/iso-builder && cd iso-builder
|
||||
|
||||
Configure the channel in the etc/terraform.conf (dev, stable).
|
||||
Configue desktop in the /etc/terraform.conf (sway, river).
|
||||
Configure desktop by export DESKTOP variable. May be a river or sway.
|
||||
|
||||
Run the build:
|
||||
Run the build for Sway:
|
||||
|
||||
export DESKTOP=sway
|
||||
docker run --privileged -i -v /proc:/proc \
|
||||
-v ${PWD}:/working_dir \
|
||||
-w /working_dir \
|
||||
|
|
|
@ -11,7 +11,6 @@ BASEVERSION="12"
|
|||
CODENAME="t-rex"
|
||||
|
||||
# desktop name (sway, river)
|
||||
DESKTOP=sway
|
||||
|
||||
# distribution version
|
||||
VERSION="1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue