From bf44e254b1a71b996f25d5e66be8ab5817aeb36f Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:57:47 -0500 Subject: [PATCH] chore(deps): update tools to latest versions (#2346) * chore(deps): update tools to latest versions Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: update install test with new asset suffix Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Co-authored-by: westonsteimel <1593939+westonsteimel@users.noreply.github.com> Co-authored-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .binny.yaml | 4 ++-- test/install/3_install_asset_test.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.binny.yaml b/.binny.yaml index 55193eb8a7b..4303fef096a 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -58,7 +58,7 @@ tools: # used to release all artifacts - name: goreleaser version: - want: v2.4.8 + want: v2.5.0 method: github-release with: repo: goreleaser/goreleaser @@ -98,7 +98,7 @@ tools: # used for triggering a release - name: gh version: - want: v2.63.2 + want: v2.64.0 method: github-release with: repo: cli/cli diff --git a/test/install/3_install_asset_test.sh b/test/install/3_install_asset_test.sh index dd1f9b3a139..8bbaec7872c 100755 --- a/test/install/3_install_asset_test.sh +++ b/test/install/3_install_asset_test.sh @@ -37,6 +37,11 @@ test_positive_snapshot_install_asset() { local_suffix="_v8.0" fi + if [ "${arch}" == "ppc64le" ]; then + local_suffix="_power8" + fi + + assertFilesEqual \ "$(snapshot_dir)/${os}-build_${os}_${arch}${local_suffix}/${binary}" \ "${expected_path}" \