Skip to content

Commit

Permalink
workflows: Build agent-opa for more archs
Browse files Browse the repository at this point in the history
Since kata-containers#7769, we support
building the OPA binary into the ppc64le and s390x arch versions of the rootfs,
so build the policy enabled agent to match for those architectures too.

Fixes: kata-containers#9355
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman authored and zvonkok committed Apr 10, 2024
1 parent 0fe4308 commit 5da28de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-kata-static-tarball-ppc64le.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
matrix:
asset:
- agent
- agent-opa
- kernel
- qemu
- rootfs-initrd
Expand All @@ -39,7 +40,7 @@ jobs:
- name: Adjust a permission for repo
run: |
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- name: Prepare the self-hosted runner
run: |
${HOME}/scripts/prepare_runner.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-kata-static-tarball-s390x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
matrix:
asset:
- agent
- agent-opa
- coco-guest-components
- kernel
- pause-image
Expand Down

0 comments on commit 5da28de

Please sign in to comment.