From 709e46d5f83524b298bf38873155cdea4c25c83f Mon Sep 17 00:00:00 2001 From: Chris Pates Date: Fri, 6 Dec 2024 13:23:16 +0000 Subject: [PATCH] Update paths for go releaser go releaser is now using different paths for arm64 build. dist/ssosync_linux_arm64/ssosync has become dist/ssosync_linux_arm64_v8.0/ssosync --- cicd/build/package/buildspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/build/package/buildspec.yml b/cicd/build/package/buildspec.yml index f4e5a23..3f2595e 100644 --- a/cicd/build/package/buildspec.yml +++ b/cicd/build/package/buildspec.yml @@ -16,12 +16,12 @@ phases: # Check that the files need to package exist - ls README.md - ls SAR.md - - ls dist/ssosync_linux_arm64/ssosync + - ls dist/ssosync_linux_arm64_v8.0/ssosync - ls dist/ssosync_linux_amd64_v1/ssosync # Check that the executable works - ./dist/ssosync_linux_amd64_v1/ssosync --version - - mv dist/ssosync_linux_arm64/ssosync bootstrap + - mv dist/ssosync_linux_arm64_v8.0/ssosync bootstrap build: commands: