Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants