mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Do not explicitly pass --target to rustup It doesn't seem to be necessary to install Rust. Passing `--target` prevents the Dockerfile from being built on different architectures. Not passing it makes it auto-detect what to install. Discussed here: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1505 * Add changelog entry
2 lines
115 B
Plaintext
2 lines
115 B
Plaintext
Do not hardcode `--target x86_64-unknown-linux-gnu` when installing Rust (rely on platform auto-detection instead)
|