mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Refactor Dockerfile to build Go binary outside of Docker (#218)
This change moves building the Go binary out of the Dockerfile, and also fixes some issues in the makefile. These things will speed up build times and avoid rebuilding when not needed. Additionally it will make getting version data easier to use as part of the user agent. Signed-off-by: Philip Laine <philip.laine@gmail.com>
This commit is contained in:
@@ -25,11 +25,7 @@ jobs:
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c #v6.4.0
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
- name: Verify manifests are generated
|
||||
run: |
|
||||
make manifests
|
||||
git diff --exit-code
|
||||
- name: Verify code is generated
|
||||
- name: Verify everything has been generated.
|
||||
run: |
|
||||
make generate
|
||||
git diff --exit-code
|
||||
|
||||
Reference in New Issue
Block a user