Skip to content

Merge pull request #29 from ryo-arima/develop #10

Merge pull request #29 from ryo-arima/develop

Merge pull request #29 from ryo-arima/develop #10

Workflow file for this run

name: Release
on:
push:
branches: [ "main" ]
jobs:
deb-build:
runs-on: ubuntu-latest
container: ryoarima/ubuntu-base:latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make build-deb
rpm-build:
runs-on: ubuntu-latest
container: ryoarima/rocky-base:latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make build-rpm