Skip to content

Commit

Permalink
Add missing tar for linux_arm64 binaries
Browse files Browse the repository at this point in the history
Co-authored-by: Al Berez <[email protected]>
  • Loading branch information
moleske and a-b committed Aug 30, 2023
1 parent 43787a5 commit 3bbbe68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-build-sign-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -832,14 +832,17 @@ jobs:
prepare_artifacts
tar -cvzf cf${VERSION_MAJOR}-cli_${VERSION_BUILD}_linux_x86-64.tgz *
popd
pushd linux_arm64
prepare_artifacts
tar -cvzf cf${VERSION_MAJOR}-cli_${VERSION_BUILD}_linux_arm64.tgz *
popd
mkdir osx
mv cf-cli-macos-binaries/cf-cli_osx osx/cf${VERSION_MAJOR}
pushd osx
prepare_artifacts
tar -cvzf cf${VERSION_MAJOR}-cli_${VERSION_BUILD}_osx.tgz *
popd
mkdir macosarm
mv cf-cli-macos-binaries/cf-cli_macosarm macosarm/cf${VERSION_MAJOR}
pushd macosarm
Expand Down

0 comments on commit 3bbbe68

Please sign in to comment.