Skip to content

Commit

Permalink
chore: Release chectl under linux/arm64 platform
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Feb 5, 2025
1 parent 7cbf47f commit 75b3f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sed -i "s|INSERT-KEY-HERE|${{ secrets.SEGMENT_WRITE_KEY }}|g" src/hooks/analytics/analytics.ts
git tag ${{ steps.TAG_SHA.outputs.gh_tag }}
TARGETS=linux-arm,linux-x64,linux-s390x,linux-ppc64le,darwin-x64,darwin-arm64,win32-x64,win32-x86
TARGETS=linux-arm64,linux-arm,linux-x64,linux-s390x,linux-ppc64le,darwin-x64,darwin-arm64,win32-x64,win32-x86
yarn prepack && yarn pack-binaries --targets=$TARGETS
# Rename binaries to remove the sha1 from their names
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3683,7 +3683,7 @@ detect-newline@^3.0.0:

"devworkspace-operator@https://github.com/devfile/devworkspace-operator#main":
version "0.0.0"
resolved "https://github.com/devfile/devworkspace-operator#7ecb9855b53b0cb6a22f1f17dd07fc0fafd0b426"
resolved "https://github.com/devfile/devworkspace-operator#847cb6d7433054e3cbcdf3673fef2ea0a66f6e09"

dezalgo@^1.0.0:
version "1.0.4"
Expand Down Expand Up @@ -3744,7 +3744,7 @@ ecc-jsbn@~0.1.1:

"eclipse-che-operator@https://github.com/eclipse-che/che-operator#main":
version "0.0.0"
resolved "https://github.com/eclipse-che/che-operator#be4e7bc24d3ecef1e76c56b21c161609f06f181b"
resolved "https://github.com/eclipse-che/che-operator#5330e7b7e150fe36f87ad2eea33a49ae6854832f"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down

0 comments on commit 75b3f51

Please sign in to comment.