Add forgotten files
All checks were successful
Build project / build (push) Successful in 1m58s

This commit is contained in:
2025-06-25 17:52:28 +02:00
parent 6d0df79c87
commit 9a186ad190
2 changed files with 4 additions and 0 deletions

View File

@@ -22,3 +22,5 @@ jobs:
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Build
run: go build cmd/main.go
- name: Build manifest
run: make build-installer

View File

@@ -24,3 +24,5 @@ jobs:
run: go install github.com/google/ko@latest
- name: Build
run: KO_DOCKER_REPO=gitea.engen.priv.no/unifi-network-operator-controller PATH=~/go/bin:$PATH ko build --local ./cmd
- name: Build manifest
run: make build-installer