guess i will ask here instead of in “hydra” as it ...
# ory-selfhosting
r
guess i will ask here instead of in “hydra” as it is more of self-hosted question: like with kratos, while the hydra container itself seems to run fine on
arm64
, there is a support container which does not:
Copy code
$ docker image inspect oryd/hydra-login-consent-node:v2.2.0-rc.2 -f '{{.Architecture}}'
amd64
Should i report this as an issue to the consent repo, or is it just well known that non-go projects are only built for amd64 at this point and i just need to rebuild it myself for my arch? (seems to work fine, btw)