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

net-plugin release: swap publish and plugin_publish #3045

Merged
merged 1 commit into from
Jun 28, 2017

Conversation

marccarre
Copy link
Contributor

Currently our Makefile and bin/release scripts are such that we effectively do the following when releasing:

publish:
  for arch in [amd64 arm arm64]:
    sub-publish:
      clean_bin
      publish
plugin_publish

which leads the Docker v2 plugin to contain arm64 binaries even though we target amd64.
Swaping publish and plugin_publish is a simple way to avoid this.

Currently our `Makefile` and `bin/release` scripts are such that we effectively do the following when releasing:
```
publish:
  for arch in [amd64 arm arm64]:
    sub-publish:
      clean_bin
      publish
plugin_publish
```
which leads the Docker v2 plugin to contain `arm64` binaries even though we target `amd64`.
Swaping `publish` and `plugin_publish` is a simple way to avoid this.
@marccarre marccarre added this to the 2.0.1 milestone Jun 28, 2017
@marccarre marccarre requested a review from bboreham June 28, 2017 16:21
@marccarre marccarre merged commit 88a3b41 into master Jun 28, 2017
@marccarre marccarre deleted the fix-v2-plugin-release branch June 28, 2017 16:32
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

2 participants