Skip to content

Commit

Permalink
Remove reference to cross images
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Oct 2, 2024
1 parent 2f25f35 commit 964ea7f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,4 @@ passthrough = [
"PKG_CONFIG_ALLOW_CROSS",
"RUST_LOG",
"CARGO_INCREMENTAL",
]

[target.x86_64-unknown-linux-gnu]
image = "ghcr.io/project-akri/akri/rust-crossbuild:x86_64-unknown-linux-gnu-0.1.16-0.0.7"

[target.armv7-unknown-linux-gnueabihf]
image = "ghcr.io/project-akri/akri/rust-crossbuild:armv7-unknown-linux-gnueabihf-0.1.16-0.0.7"

[target.aarch64-unknown-linux-gnu]
image = "ghcr.io/project-akri/akri/rust-crossbuild:aarch64-unknown-linux-gnu-0.1.16-0.0.7"
]

0 comments on commit 964ea7f

Please sign in to comment.