Use pre-build instead of Dockerfile
This commit is contained in:
parent
b5129ff3e6
commit
5795d0f0bd
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,4 @@
|
||||||
[target.armv7-unknown-linux-gnueabihf]
|
[target.armv7-unknown-linux-gnueabihf]
|
||||||
dockerfile = "./Dockerfile"
|
pre-build = [
|
||||||
|
"dpkg --add-architecture armhf && apt-get update && apt-get install --assume-yes apt-utils libudev-dev:armhf",
|
||||||
|
]
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
FROM ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf
|
|
||||||
RUN dpkg --add-architecture armhf && apt-get update && apt-get install --assume-yes libudev-dev:armhf
|
|
Loading…
Add table
Reference in a new issue