Skip to content

Commit

Permalink
ci: quote executable paths in Makefile for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 6, 2023
1 parent c31c198 commit df1d6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REPO ?= ghcr.io/webmeshproj
IMAGE ?= $(REPO)/$(NAME):latest
DISTROLESS_IMAGE ?= $(REPO)/$(NAME)-distroless:latest

GO ?= "$(shell go env GOROOT)/bin/go"
GO ?= "$(shell "go" env GOROOT)/bin/go"
ARCH ?= $(shell $(GO) env GOARCH)
OS ?= $(shell $(GO) env GOOS)

Expand Down

0 comments on commit df1d6b2

Please sign in to comment.