Skip to content

Add cirrus CI for microshift bundle #7

Add cirrus CI for microshift bundle

Add cirrus CI for microshift bundle #7

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.19
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
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@v3
with:
name: linux binary and rpm
path: |
./crc
./RPMS