diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 29e98a54..801106ad 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -20,6 +20,8 @@ jobs: fetch-depth: 0 - name: Run GoReleaser + env: + INCLUDE: "" run: | make build-all diff --git a/Makefile b/Makefile index 24f7f28c..ac100af7 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,8 @@ ldflags := $(strip $(ldflags)) BUILD_FLAGS := -tags "$(build_tags_comma_sep)" -ldflags '$(ldflags)' -trimpath # The below include contains the tools and runsim targets. -include contrib/devtools/Makefile +INCLUDE := contrib/devtools/Makefile +include $(INCLUDE) all: install lint test