summaryrefslogtreecommitdiffstats
path: root/.github/workflows/mkosi.yml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2025-01-15 12:58:36 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2025-01-15 16:32:14 +0100
commite9b9fc080f0616d08269c7e5946d2f389dff83ec (patch)
tree49c75d7ba4e77f1f1f1914b6071c595caefc8ded /.github/workflows/mkosi.yml
parentptyfwd: fix wrong userdata passed to PTY forwarding (diff)
downloadsystemd-e9b9fc080f0616d08269c7e5946d2f389dff83ec.tar.xz
systemd-e9b9fc080f0616d08269c7e5946d2f389dff83ec.zip
ci: Stop archiving packages
This takes up a lot of storage space and we're almost hitting the limit so since nobody's actually using these and we just started doing nightly builds in OBS, let's drop this and point people towards OBS for nightly packages in the future.
Diffstat (limited to '.github/workflows/mkosi.yml')
-rw-r--r--.github/workflows/mkosi.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index 4c176e971f..6f87b76a6c 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -221,15 +221,3 @@ jobs:
build/test/journal/*.journal
build/meson-logs/*
retention-days: 7
-
- - name: Archive packages
- uses: actions/upload-artifact@v4
- if: (success() || failure()) && (github.repository == 'systemd/systemd' || github.repository == 'systemd/systemd-stable')
- with:
- name: ci-mkosi-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.distro }}-${{ matrix.release }}-packages
- path: |
- build/mkosi.output/*.rpm
- build/mkosi.output/*.deb
- build/mkosi.output/*.ddeb
- build/mkosi.output/*.pkg.tar
- retention-days: 4