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
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