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

oidc-agent installation on Linux Debian aarch64 #551

Open
jaceksocha opened this issue Nov 9, 2023 · 1 comment
Open

oidc-agent installation on Linux Debian aarch64 #551

jaceksocha opened this issue Nov 9, 2023 · 1 comment

Comments

@jaceksocha
Copy link

Hi,

We are testing oidc-agent i multi platform/multi architecture environment, during this we found one miss (or maybe we are doing something wrong), there is no package for Linux/Debian running on aarch64 architecture (https://repo.data.kit.edu//ubuntu/20.04/ amd64 only). Do you have plans to build package for this architecture ?

Apart from that, we want appreciate the project. Saying straight: you are doing great job!

Greeting

@marcvs
Copy link
Collaborator

marcvs commented Nov 9, 2023

Coincidance has it that I was asked about this just today.
Unfortunately, currently our build infrastructure (running on amd64+docker) does not support other platforms.

There are two options for you:
a) you use the old version 4.* of oidc-agent from ubuntu or debian. At least debian build for many architectures
b) you build it yourself. In principle these commands should give you an installable package:

mkdir build-oidc-agent
cd build-oidc-agent
apt-get build-dep oidc-agent
apt-get source oidc-agent
cd oidc-agent-<version>
dpkg-buildpackage -uc -us
cd ..
ls *deb

This is very likely to build oidc-agent on whatever platform runs debian.

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

No branches or pull requests

2 participants