Skip to content

ci: add workflow for static binary. #19

ci: add workflow for static binary.

ci: add workflow for static binary. #19

Workflow file for this run

name: IOC build and release
permissions:
contents: write
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: docker compose up
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: rffe-epics-ioc-*.tar.gz