mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-10 04:53:54 +00:00
Readd missing cargo build for armv7. Thanks to @dani-garcia!
This commit is contained in:
parent
f6761ac30e
commit
def858854b
3 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,7 @@ RUN touch src/main.rs
|
|||
|
||||
# Builds again, this time it'll just be
|
||||
# your actual source files being built
|
||||
RUN cargo build --features ${DB} --release --target=armv7-unknown-linux-gnueabihf
|
||||
|
||||
######################## RUNTIME IMAGE ########################
|
||||
# Create a new stage with a minimal image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue