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

Add ppc64le support #472

Closed
wants to merge 2 commits into from
Closed

Add ppc64le support #472

wants to merge 2 commits into from

Conversation

isuruf
Copy link
Contributor

@isuruf isuruf commented Oct 24, 2021

No description provided.

@6543 6543 added the build CI pipeline related label Oct 24, 2021
@6543 6543 added this to the 0.15.0 milestone Oct 24, 2021
@6543 6543 added the blocked It's ready but something external is blocking it label Nov 25, 2021
@6543
Copy link
Member

6543 commented Dec 18, 2021

@isuruf thanks for the pull - we solved it at the plugin side ;)

https://github.com/woodpecker-ci/plugin-git/releases/tag/v1.1.0

closed by woodpecker-ci/plugin-git#8

@6543 6543 closed this Dec 18, 2021
@isuruf
Copy link
Contributor Author

isuruf commented Dec 19, 2021

Thanks @6543. What about the changes in Makefile?

@6543
Copy link
Member

6543 commented Dec 19, 2021

@isuruf to what changes you refer to?

GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/windows_amd64/woodpecker-agent github.com/woodpecker-ci/woodpecker/cmd/agent
GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/darwin_amd64/woodpecker-agent github.com/woodpecker-ci/woodpecker/cmd/agent
GOOS=darwin GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/darwin_arm64/woodpecker-agent github.com/woodpecker-ci/woodpecker/cmd/agent
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/linux_amd64/woodpecker-agent github.com/woodpecker-ci/woodpecker/cmd/agent
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@6543, the changes here

@6543
Copy link
Member

6543 commented Dec 19, 2021

thats comming from #408 - but will be changed since we like to address #187 and similar to woodpecker-ci/plugin-git#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked It's ready but something external is blocking it build CI pipeline related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants