mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 00:06:20 +00:00
Propagate to new format
This commit is contained in:
parent
60f86b48bd
commit
7bdd0a78bc
7 changed files with 77 additions and 73 deletions
7
i3/build
Executable file
7
i3/build
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional: buildtag
|
||||
DOCKER_BUILDKIT=1 \
|
||||
docker build . \
|
||||
--build-arg debug=${debug:-""} \
|
||||
--tag ${buildtag:-myvnc/arch/base:i3}
|
||||
Loading…
Add table
Add a link
Reference in a new issue