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

Makefile, build.sh: Fix build process #12878

Merged
merged 2 commits into from
Apr 19, 2021
Merged

Conversation

lilic
Copy link
Contributor

@lilic lilic commented Apr 19, 2021

This fixes build-docker-release-master since the Dockerfile files are now per arch, this adjusts to detect ARCH and builds docker release from the Dockerfile. file.

I also ran into an issue while running make build, that the GO_BUILD_ENV were not taken into account during build of etcdctl, this now fixes so that the GO_BUILD_ENV vars are done in the same way as for etcd binary build step.

Since the Dockerfile files are now per arch, this adjusts to detect ARCH
and builds docker release from the Dockerfile.<ARCH> file.
This fixes so that the ENV vars are taken in the same way as for etcd
binary.
@gyuho gyuho merged commit 334e696 into etcd-io:master Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants