Readd missing cargo build for armv7. Thanks to @dani-garcia!

This commit is contained in:
Robin Schneider
2020-01-01 15:44:03 +01:00
parent f6761ac30e
commit def858854b
3 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -90,6 +90,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