feat: Option to serve Bootstrap from the filesystem
All checks were successful
/ pre-commit (push) Successful in 1m43s
All checks were successful
/ pre-commit (push) Successful in 1m43s
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
5122000d48
commit
2a37725b2e
8 changed files with 94 additions and 6 deletions
3
Makefile
3
Makefile
|
@ -55,6 +55,9 @@ releases: build_linux_amd64 build_darwin_arm64 archive_linux_amd64 archive_darwi
|
|||
releases_with_docker:
|
||||
docker run -it -v $(shell pwd):/mnt -w /mnt -e "UID=$(shell id -u)" -e "GID=$(shell id -g)" ${DOCKER_IMAGE} ./docker/build.sh
|
||||
|
||||
dependencies:
|
||||
npm install
|
||||
|
||||
test:
|
||||
cd src \
|
||||
&& go test internal/*.go \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue