mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-15 14:24:54 +00:00
Revert yubikey feature, not needed anymore
This commit is contained in:
parent
de51bc782e
commit
f571df7367
3 changed files with 9 additions and 33 deletions
|
@ -55,8 +55,7 @@ COPY . .
|
|||
|
||||
# Build
|
||||
RUN rustup target add aarch64-unknown-linux-gnu
|
||||
# TODO: Enable yubico when #262 is fixed
|
||||
RUN cargo build --release --target=aarch64-unknown-linux-gnu -v --no-default-features
|
||||
RUN cargo build --release --target=aarch64-unknown-linux-gnu -v
|
||||
|
||||
######################## RUNTIME IMAGE ########################
|
||||
# Create a new stage with a minimal image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue