-
|
I would like to cross compile Rauthy and run it on OpenWrt as aarch64-unknown-linux-gnu. I ran into rauthy-data compile issue with "cargo build --release" command. It looked like the frontend templates were missing. I tried to build frontend with 'npm i && npm run build' command but it gave me this error: Could not resolve "../wasm/md/md" from "src/workers/md.ts" |
Beta Was this translation helpful? Give feedback.
Answered by
sebadob
Jan 4, 2026
Replies: 1 comment 1 reply
-
|
Check the CONTRIBUTING.md if you want to compile from source. For |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sebadob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check the CONTRIBUTING.md if you want to compile from source. For
arm64however, you could just use the default container image.