Nova/Cross.toml

6 lines
166 B
TOML
Raw Normal View History

2023-01-20 16:32:03 +01:00
[build]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libc6-dev",
]
dockerfile = "Dockerfile.cross"