-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathCross-postgres.toml
More file actions
14 lines (12 loc) · 676 Bytes
/
Cross-postgres.toml
File metadata and controls
14 lines (12 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[target."aarch64-unknown-linux-musl"]
image.name="docker-registry.schwanzer.online/dockerhub_proxy/blackdex/rust-musl:aarch64-musl-1.69.0"
image.toolchain = ["x86_64-unknown-linux-gnu"]
env.passthrough = ["RUSTFLAGS"]
[target."armv7-unknown-linux-musleabihf"]
image.name="docker-registry.schwanzer.online/dockerhub_proxy/blackdex/rust-musl:armv7-musleabihf-stable-1.69.0"
image.toolchain = ["x86_64-unknown-linux-gnu"]
env.passthrough = ["RUSTFLAGS"]
[target."x86_64-unknown-linux-musl"]
image.name="docker-registry.schwanzer.online/dockerhub_proxy/blackdex/rust-musl:x86_64-musl-stable-1.69.0"
image.toolchain = ["x86_64-unknown-linux-gnu"]
env.passthrough = ["RUSTFLAGS"]