Skip to content

add support for ppc64le for docker compose#9392

Merged
glours merged 1 commit intodocker:v2from
snehagg24:ppc-support
Apr 14, 2022
Merged

add support for ppc64le for docker compose#9392
glours merged 1 commit intodocker:v2from
snehagg24:ppc-support

Conversation

@snehagg24
Copy link

Adding changes to CI pipeline to build and publish docker compose binary for ppc64le architecture.

Signed-off-by: Sneha Kanekar1 <sneha.kanekar1@ibm.com>
@snehagg24 snehagg24 changed the title add support for ppc64le add support for ppc64le for docker compose Apr 14, 2022
.PHONY: cross
cross:
GOOS=linux GOARCH=amd64 $(GO_BUILD) $(TAGS) -o $(COMPOSE_BINARY)-linux-x86_64 ./cmd
GOOS=linux GOARCH=ppc64le $(GO_BUILD) $(TAGS) -o $(COMPOSE_BINARY)-linux-ppc64le ./cmd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is ppc64le the output for uname -m on PowerPC 64?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes @ndeloof

Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM

@glours glours merged commit 14ca112 into docker:v2 Apr 14, 2022
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.

3 participants