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

feat: add support for windows and arm64 platforms #116

Merged

Conversation

HarikrishnanBalagopal
Copy link
Contributor

Signed-off-by: Harikrishnan Balagopal [email protected]

@github-actions
Copy link

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

@github-actions github-actions bot added the feat label Aug 10, 2022
@@ -15,7 +15,7 @@
BINNAME ?= move2kube-api
BINDIR := $(CURDIR)/bin
DISTDIR := $(CURDIR)/_dist
TARGETS := darwin/amd64 linux/amd64
TARGETS := darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 windows/amd64
Copy link
Member

Choose a reason for hiding this comment

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

Aren't we supporting Darwin amd64? And windows arm64?

Copy link
Contributor Author

@HarikrishnanBalagopal HarikrishnanBalagopal Aug 10, 2022

Choose a reason for hiding this comment

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

uh it's the same as https://github.com/konveyor/move2kube/blob/main/Makefile#L19

Darwin amd64 is the first one

Copy link
Contributor Author

Choose a reason for hiding this comment

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

windows/arm64 isn't supported by gox yet it seems mitchellh/gox#154

@ashokponkumar ashokponkumar merged commit a59295a into konveyor:main Aug 11, 2022
@HarikrishnanBalagopal HarikrishnanBalagopal deleted the feat/supportwindowsandarm branch August 11, 2022 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants