Add missing suffixes for the Dockerfiles

This commit is contained in:
Paul van Tilburg 2023-03-24 14:30:43 +01:00
parent 657c07dd94
commit f88b499170
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ not the slim version so that some common build-dependencies (such as
Build the image:
```console
$ docker build . -t cargo-deb-crossbuild/i386 --platform linux/386 -f Dockerfile
$ docker build . -t cargo-deb-crossbuild/i386 --platform linux/386 -f Dockerfile.i386
STEP 1/5: FROM docker.io/rust:bullseye
Trying to pull docker.io/library/rust:bullseye...
Getting image source signatures
@ -34,7 +34,7 @@ You can find the resulting deb file in `./target/debian`.
Build the image:
```console
$ docker build . -t cargo-deb-crossbuild/arm64 --platform linux/arm64/v8 -f Dockerfile
$ docker build . -t cargo-deb-crossbuild/arm64 --platform linux/arm64/v8 -f Dockerfile.arm64
STEP 1/5: FROM docker.io/rust:bullseye
Trying to pull docker.io/library/rust:bullseye...
Getting image source signatures
@ -56,7 +56,7 @@ You can find the resulting deb file in `./target/debian`.
Build the image:
```console
$ docker build . -t cargo-deb-crossbuild/armhf --platform linux/arm/v7 -f Dockerfile
$ docker build . -t cargo-deb-crossbuild/armhf --platform linux/arm/v7 -f Dockerfile.armhf
STEP 1/5: FROM docker.io/rust:bullseye
Trying to pull docker.io/library/rust:bullseye...
Getting image source signatures