From f36d94b1b461fa96fb919401d8fd83741e3966a8 Mon Sep 17 00:00:00 2001 From: chuckcharlie Date: Wed, 27 Jul 2022 11:40:15 -0600 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index bd26615..c69e212 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -6,7 +6,8 @@ batch: - identifier: build1 env: variables: - BUILD_ID: build1 + BUILD_ID: amd64 + IMAGE_TAG: amd64 ignore-failure: false buildspec: amd64.yml # - identifier: build2