Skip to content

Commit

Permalink
drop darwin/amd64 from default build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed May 9, 2024
1 parent cb0a0f6 commit 65ce43c
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 @@ -22,7 +22,7 @@ GOBUILD_FLAGS := ${GOBUILD_DEPFLAGS} ${GOBUILD_OPTIONS} -ldflags "${GOBUILD_

# cross compile defs
CC_BUILD_TARGETS = go-camo url-tool
CC_BUILD_ARCHES = darwin/amd64 darwin/arm64 freebsd/amd64 linux/amd64 linux/arm64 windows/amd64
CC_BUILD_ARCHES = darwin/arm64 freebsd/amd64 linux/amd64 linux/arm64 windows/amd64
CC_OUTPUT_TPL := ${BUILDDIR}/bin/{{.Dir}}.{{.OS}}-{{.Arch}}

# some exported vars (pre-configure go build behavior)
Expand Down

0 comments on commit 65ce43c

Please sign in to comment.