From 964ea7fc8c0d04603ac7807c3adab1d62be47412 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Wed, 2 Oct 2024 12:13:57 -0700 Subject: [PATCH] Remove reference to cross images Signed-off-by: Kate Goldenring --- Cross.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Cross.toml b/Cross.toml index 8adc2fa45..9db2e1525 100644 --- a/Cross.toml +++ b/Cross.toml @@ -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" \ No newline at end of file +] \ No newline at end of file