Skip to content

build(deps): bump github.com/containers/libhvee from 0.10.1-0.20250902114412-a85aab2976a4 to 0.11.0 in the containers group across 1 directory #4967

build(deps): bump github.com/containers/libhvee from 0.10.1-0.20250902114412-a85aab2976a4 to 0.11.0 in the containers group across 1 directory

build(deps): bump github.com/containers/libhvee from 0.10.1-0.20250902114412-a85aab2976a4 to 0.11.0 in the containers group across 1 directory #4967

Workflow file for this run

name: Build RPM
on:
push:
branches:
- "main"
pull_request: {}
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
go:
- '1.25'
steps:
- name: Free disk space
uses: palmsoftware/quick-cleanup@v0
- name: Check out repository code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
- name: Build rpm
run: CONTAINER_RUNTIME=docker make test-rpmbuild
- name: Upload linux binary and rpms
uses: actions/upload-artifact@v7
with:
name: linux binary and rpm
path: |
./crc
./RPMS