Skip to content

Commit

Permalink
ci: don't update RPMs for Kata image
Browse files Browse the repository at this point in the history
Now, since the Kata image is built with NixOS, we don't need to update its RPMs anymore.
  • Loading branch information
msanft committed Dec 13, 2024
1 parent 4be7ef0 commit e833aa4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rpm_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Update Microsoft RPMs
run: |
nix run .#rpm-pin-vendor -- kata-packages-uvm kata-packages-uvm-coco systemd libseccomp > packages/by-name/microsoft/kata-image/package-index.json
- name: Update Kata RPMs
run: |
nix run .#rpm-pin-vendor -- kata-packages-uvm kata-packages-uvm-coco systemd libseccomp core-packages-base-image > packages/by-name/kata/kata-image/package-index.json
- name: Create PR
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
Expand Down

0 comments on commit e833aa4

Please sign in to comment.