Compare commits

..

1 Commits

Author SHA1 Message Date
bc529381c9 feat: add uv
All checks were successful
Build / build (pull_request) Successful in 35s
- add uv/0.5.5
2024-12-01 13:31:57 +11:00

View File

@ -17,7 +17,7 @@ COPY nfpm.yaml /app/nfpm.yaml
# Download the required files
RUN wget -O /app/uv-x86_64-unknown-linux-gnu.tar.gz https://github.com/astral-sh/uv/releases/download/0.5.5/uv-x86_64-unknown-linux-gnu.tar.gz && \
tar xf /app/uv-x86_64-unknown-linux-gnu.ta.gz && \
tar xf /app/uv-x86_64-unknown-linux-gnu.tar.gz && \
mv /app/uv-x86_64-unknown-linux-gnu/* /app/
# Default command to build RPMs