Skip to content

build(deps): bump libvirt.org/go/libvirtxml from 1.11006.0 to 1.11007.0 #6

build(deps): bump libvirt.org/go/libvirtxml from 1.11006.0 to 1.11007.0

build(deps): bump libvirt.org/go/libvirtxml from 1.11006.0 to 1.11007.0 #6

name: Verify make cross in devcontainer
on:
push:
branches:
- "main"
pull_request: {}
jobs:
verify-devcontainer:
runs-on: ubuntu-24.04
container:
image: registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20
options: --cpus 4
steps:
- name: Run `git clone`
run: git clone https://github.com/crc-org/crc --depth 1
- name: Run `make cross`
run: |
cd crc
make cross