Skip to content

Commit

Permalink
Merge pull request kata-containers#9185 from microsoft/saulparedes/ge…
Browse files Browse the repository at this point in the history
…npolicy_add_containerd_pull

genpolicy: Add optional toggle to pull images using containerd
  • Loading branch information
danmihai1 authored Apr 9, 2024
2 parents 8935324 + 51498ba commit ea31df8
Show file tree
Hide file tree
Showing 29 changed files with 965 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo "LIBSECCOMP_LINK_TYPE=static" >> $GITHUB_ENV
echo "LIBSECCOMP_LIB_PATH=${libseccomp_install_dir}/lib" >> $GITHUB_ENV
- name: Install protobuf-compiler
if: ${{ matrix.command != "make vendor" && (matrix.component == "agent" || matrix.component == "runk") }}
if: ${{ matrix.command != "make vendor" && (matrix.component == "agent" || matrix.component == "runk" || matrix.component == "genpolicy") }}
run: sudo apt-get -y install protobuf-compiler
- name: Install clang
if: ${{ matrix.command == 'make check' && matrix.component == 'agent' }}
Expand Down
Loading

0 comments on commit ea31df8

Please sign in to comment.