Skip to content

Commit

Permalink
kernelcollector: Collect source packages as well for stable and mainl…
Browse files Browse the repository at this point in the history
…ine versions
  • Loading branch information
darktohka committed Sep 24, 2023
1 parent 3ce7abe commit 617480f
Show file tree
Hide file tree
Showing 13 changed files with 878 additions and 792 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autobuild-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
with:
platforms: arm,arm64
- name: Install builder plugin
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
with:
version: latest
- name: Login to Docker
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
gpg --import gpg.key

# Run the actual program
python -m kernelcollector.Main
python -m kernelcollector.main
Empty file removed kernelcollector/Package
Empty file.
Loading

0 comments on commit 617480f

Please sign in to comment.