Robin Schneider
5 years ago
No known key found for this signature in database
GPG Key ID: A81E8006DC95EFE6
3 changed files with
4 additions and
0 deletions
-
docker/Dockerfile.j2
-
docker/armv7/mysql/Dockerfile
-
docker/armv7/sqlite/Dockerfile
|
@ -228,6 +228,8 @@ RUN cargo build --features ${DB} --release |
|
|
RUN cargo build --features ${DB} --release --target=aarch64-unknown-linux-gnu |
|
|
RUN cargo build --features ${DB} --release --target=aarch64-unknown-linux-gnu |
|
|
{% elif "armv6" in target_file %} |
|
|
{% elif "armv6" in target_file %} |
|
|
RUN cargo build --features ${DB} --release --target=arm-unknown-linux-gnueabi |
|
|
RUN cargo build --features ${DB} --release --target=arm-unknown-linux-gnueabi |
|
|
|
|
|
{% elif "armv7" in target_file %} |
|
|
|
|
|
RUN cargo build --features ${DB} --release --target=armv7-unknown-linux-gnueabihf |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
######################## RUNTIME IMAGE ######################## |
|
|
######################## RUNTIME IMAGE ######################## |
|
|
|
@ -96,6 +96,7 @@ RUN touch src/main.rs |
|
|
|
|
|
|
|
|
# Builds again, this time it'll just be |
|
|
# Builds again, this time it'll just be |
|
|
# your actual source files being built |
|
|
# your actual source files being built |
|
|
|
|
|
RUN cargo build --features ${DB} --release --target=armv7-unknown-linux-gnueabihf |
|
|
|
|
|
|
|
|
######################## RUNTIME IMAGE ######################## |
|
|
######################## RUNTIME IMAGE ######################## |
|
|
# Create a new stage with a minimal image |
|
|
# Create a new stage with a minimal image |
|
|
|
@ -90,6 +90,7 @@ RUN touch src/main.rs |
|
|
|
|
|
|
|
|
# Builds again, this time it'll just be |
|
|
# Builds again, this time it'll just be |
|
|
# your actual source files being built |
|
|
# your actual source files being built |
|
|
|
|
|
RUN cargo build --features ${DB} --release --target=armv7-unknown-linux-gnueabihf |
|
|
|
|
|
|
|
|
######################## RUNTIME IMAGE ######################## |
|
|
######################## RUNTIME IMAGE ######################## |
|
|
# Create a new stage with a minimal image |
|
|
# Create a new stage with a minimal image |
|
|