Skip to content
New issue

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

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

Already on GitHub? # to your account

Enable building multi-arch docker images for s390x #251

Merged

Conversation

Sidong-Wei
Copy link
Contributor

This PR aims at enabling building multi-arch Docker images for CI and also publishing them. The make docker target could still produce the same local image as the current master branch, only the make push target is modified into building and publishing multi-arch images with buildx using cross-built binaries. Currently, only s390x is added to the target list but it will be straightforward to add other platforms as well.

On a side note, setting - GOFLAGS="-mod=readonly" and execute @$(GO) mod vendor would make sure the CI would not fail when the module list is outdated.

@danielqsj
Copy link
Owner

LGTM, thanks @Sidong-Wei

@danielqsj danielqsj merged commit b0a018e into danielqsj:master Sep 7, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants