Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Nov 17, 2024
1 parent eb8f737 commit a6e2c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-backend
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN --mount=type=cache,target=/lemmy/target set -ex; \

# Compress the binary with upx
# Skip this step on 32-but architectures
if [[ "$(getconf LONG_BIT)" == "64" ]]; then; \
if [[ "$(getconf LONG_BIT)" == "64" ]]; then \
wget https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-${TARGETARCH}_linux.tar.xz; \
tar -xvf upx-4.2.4-${TARGETARCH}_linux.tar.xz; \
cp upx-4.2.4-${TARGETARCH}_linux/upx /usr/bin; \
Expand Down

0 comments on commit a6e2c61

Please sign in to comment.