Skip to content

Commit

Permalink
fix(linux/aarch64): Change upx from arm64 to amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
tran.nguyen16 committed Aug 18, 2024
1 parent d9ecf4c commit 77d7053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Download source code
run: |
curl -o redis-${{env.RELEASE_VERSION}}.tar.gz "${{env.REDIS_SOURCE_DOWNLOAD_URL}}"
curl -L -o upx.tar.xz "https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-arm64_linux.tar.xz"
curl -L -o upx.tar.xz "https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-amd64_linux.tar.xz"
mkdir upx
tar -xf upx.tar.xz -C upx --strip-components 1
# After install libssl.deb arm, use apt will be error
Expand Down

0 comments on commit 77d7053

Please sign in to comment.