Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed May 30, 2024
1 parent 417f716 commit 677eff9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: ["debian:10"]
target:
- debian:10
- debian:11
- debian:12
- ubuntu:20.04
- ubuntu:22.04
- ubuntu:24.04
- el:7
- el:8
- el:9
- sles:12
- sles:15

steps:
- name: Checkout code
Expand Down
1 change: 0 additions & 1 deletion images/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ FROM barebuild/$TARGET
ARG PKGR_VERSION

WORKDIR /app

RUN curl -GLs https://buildcurl.com -d recipe=pkgr -d version="$PKGR_VERSION" -d target="$TARGET" -o - | tar xzf - -C /usr/local
ENTRYPOINT ["/usr/local/bin/pkgr", "package", ".", "--clean", "--auto", "--compile-cache-dir", "/cache"]

0 comments on commit 677eff9

Please sign in to comment.