Skip to content

Commit

Permalink
Update paths for go releaser
Browse files Browse the repository at this point in the history
go releaser is now using different paths for arm64 build.
dist/ssosync_linux_arm64/ssosync has become dist/ssosync_linux_arm64_v8.0/ssosync
  • Loading branch information
ChrisPates committed Dec 6, 2024
1 parent 0d97a4a commit 709e46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/build/package/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 709e46d

Please sign in to comment.