Skip to content

Commit c4dc142

Browse files
committed
stash for upx, one day we may use this
1 parent f814b1c commit c4dc142

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ FROM golang:1.24
22

33
RUN apt-get update
44
RUN apt-get install bash make git curl jq nodejs npm -y
5+
RUN cd /tmp && \
6+
wget https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-amd64_linux.tar.xz && \
7+
tar -xf upx-5.0.0-amd64_linux.tar.xz && \
8+
mv upx-5.0.0-amd64_linux/upx /usr/bin
59
ENV CONTEXT=abs
610
COPY . /abs
711
WORKDIR /abs

scripts/release.abs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ for platform in platforms {
100100
}
101101
}
102102

103+
`upx builds/*`
104+
103105
echo("building docs")
104106
docs = `NODE_OPTIONS=--openssl-legacy-provider make build_docs`
105107

0 commit comments

Comments
 (0)