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

RISCV builds for databroker-cli #704

Conversation

SebastianSchildt
Copy link
Contributor

uses the same pattern as datbaroker to build CLI. As a result it als emits RISCV binaries (glibc ones due to limitations in the ecosystem currently)

Hint: On a linux system with qemu-user-static (or similar) package installed the system can run/test any of the ocntainers, e.g.

docker run --rm -it --net=host --platform linux/riscv64 ttl.sh/kuksa.val/kuksa-databroker-cli-1924d6d3a814e19efd84ec1cd210dabc6fc6a387

Currently supported platforms are linux/amd64 , linux/arm64, linux/riscv64

Signed-off-by: Sebastian Schildt <[email protected]>
Copy link
Contributor

@erikbosch erikbosch left a comment

Choose a reason for hiding this comment

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

Looks good to me, some minor comments filed.

@SebastianSchildt
Copy link
Contributor Author

Part of #666

@SebastianSchildt SebastianSchildt merged commit 28cdad3 into eclipse:master Nov 9, 2023
12 checks passed
@SebastianSchildt SebastianSchildt deleted the feature/riscv-build-databroker-cli branch February 29, 2024 05:16
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.

2 participants