Skip to content

allow dissociating all workloads in node (#106) #15

allow dissociating all workloads in node (#106)

allow dissociating all workloads in node (#106) #15

Workflow file for this run

name: dev binary
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Setup go"
uses: actions/setup-go@v4
- name: "Build binary"
run: |
make binary
- uses: actions/upload-artifact@v3
with:
name: eru-cli-ubuntu
path: eru-cli