Skip to content

Commit 7612c57

Browse files
committed
Use a docker image for running scripts/build.sh so it works on MacOS
1 parent a36dfde commit 7612c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build: ## build and lint locally
2-
./scripts/build.sh
2+
docker run --rm -v "$(CURDIR):/temp" -w /temp golang:1.23 ./scripts/build.sh
33

44
# clean up each time to make sure nothing is cached between runs
55
#

0 commit comments

Comments
 (0)