1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-16 09:11:12 +00:00

Fix AArch64 build by disabling yubico

This commit is contained in:
Daniel García 2019-01-10 23:54:01 +01:00
parent 08c55f636a
commit 1d034749f7
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
4 changed files with 75 additions and 50 deletions

View file

@ -55,7 +55,8 @@ COPY . .
# Build
RUN rustup target add aarch64-unknown-linux-gnu
RUN cargo build --release --target=aarch64-unknown-linux-gnu -v
# TODO: Enable yubico when #262 is fixed
RUN cargo build --release --target=aarch64-unknown-linux-gnu -v --no-default-features
######################## RUNTIME IMAGE ########################
# Create a new stage with a minimal image