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 create build artifacts in GOOS directory #227

Merged
merged 1 commit into from
Aug 23, 2019
Merged

Conversation

vkamra
Copy link

@vkamra vkamra commented Aug 23, 2019

Change Overview

Mapping "$(PWD)/bin/$(ARCH)/$$(go env GOOS)_$(ARCH) to -> /go/bin inside the
build container would result in artifacts being placed under bin/amd64/darwin_amd64
when building on OS X - which is not correct since these are not OS X executables

This also broke make deploy and make release-container commands

Pull request type

Please check the type of change your PR introduces:

  • Work in Progress
  • Refactoring (no functional changes, no api changes)
  • Trival/Minor
  • Bugfix
  • Feature
  • Documentation

Test Plan

  • Manual
  • Unit test
  • E2E

@vkamra vkamra requested a review from tdmanv August 23, 2019 01:43
@vkamra
Copy link
Author

vkamra commented Aug 23, 2019

Hold off on merging - I want to make sure I understand why this was there to start with.

@vkamra
Copy link
Author

vkamra commented Aug 23, 2019

Hold off on merging - I want to make sure I understand why this was there to start with.

Should be good to go.

@tdmanv tdmanv merged commit b2106f4 into master Aug 23, 2019
@tdmanv tdmanv deleted the fix_makefile branch August 23, 2019 16:28
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.

None yet

3 participants