Skip to content

Commit

Permalink
Merge pull request #600 from mackerelio/bye-darwin-i386
Browse files Browse the repository at this point in the history
stop building 32bit Darwin artifacts
  • Loading branch information
astj committed Oct 24, 2019
2 parents b0d3536 + 538e902 commit 04bae15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ convention:
crossbuild: deps credits
cp mackerel-agent.sample.conf mackerel-agent.conf
goxz -build-ldflags=$(BUILD_LDFLAGS) \
-os=linux,darwin,freebsd,netbsd -arch=386,amd64 -d ./snapshot \
-os=linux,freebsd,netbsd -arch=386 -d ./snapshot \
-include=mackerel-agent.conf \
-n $(MACKEREL_AGENT_NAME) -o $(MACKEREL_AGENT_NAME)
goxz -build-ldflags=$(BUILD_LDFLAGS) \
-os=linux,darwin,freebsd,netbsd -arch=amd64 -d ./snapshot \
-include=mackerel-agent.conf \
-n $(MACKEREL_AGENT_NAME) -o $(MACKEREL_AGENT_NAME)
goxz -build-ldflags=$(BUILD_LDFLAGS) \
Expand Down

0 comments on commit 04bae15

Please sign in to comment.