mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
Add devcontainer support (#8)
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ build_dev: hash_resource
|
||||
GOOS=linux GOARCH=arm GOARM=7 go build -ldflags="-s -w -X kvm.builtAppVersion=$(VERSION_DEV)" -o bin/jetkvm_app cmd/main.go
|
||||
|
||||
frontend:
|
||||
cd ui && npm run build:device
|
||||
cd ui && npm ci && npm run build:device
|
||||
|
||||
dev_release: build_dev
|
||||
@echo "Uploading release..."
|
||||
|
||||
Reference in New Issue
Block a user