Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not try to build darwin-arm64 #10

Merged
merged 2 commits into from
Dec 28, 2020
Merged

do not try to build darwin-arm64 #10

merged 2 commits into from
Dec 28, 2020

Conversation

astj
Copy link
Contributor

@astj astj commented Dec 28, 2020

Current master fails build, because it tries to build GOOS=darawin GOARCH=arm64, which is not supported in current Golang https://github.com/mackerelio/mackerel-plugin-json/runs/1615993070

(And I noticed that GOOS=darwin GOARCH=386 does not work anymore on go >= 1.15. We should remove this line soon...)

@astj astj requested review from lufia and removed request for lufia December 28, 2020 05:57
maybe we need some other special handling, like remove darwin,386
@astj astj requested a review from lufia December 28, 2020 05:59
@astj astj merged commit f57b2ac into master Dec 28, 2020
@astj astj deleted the fix-goxz branch December 28, 2020 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants