From 80cfcdfec735c04799a3bb6de85ff13eae683f24 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 26 Nov 2024 07:02:17 +0000 Subject: [PATCH] [Komodo] mbecker20: Commit Resource File: update dev.toml --- dev.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.toml b/dev.toml index 34eaea9..be1699b 100644 --- a/dev.toml +++ b/dev.toml @@ -1,5 +1,5 @@ [[build]] -name = "komodo-binaries-dev-aarch64" +name = "binaries-dev-aarch64" tags = ["dev", "binaries", "aarch64"] [build.config] builder = "aarch64-builder" @@ -20,7 +20,7 @@ image_registry.organization = "komodo" ## [[build]] -name = "komodo-binaries-dev-x86_64" +name = "binaries-dev-x86_64" tags = ["dev", "binaries", "x86_64"] [build.config] builder = "x86_64-builder"