Skip to content

Change dependency version; Add .dockerignore; Add build workflow #1

Change dependency version; Add .dockerignore; Add build workflow

Change dependency version; Add .dockerignore; Add build workflow #1

Workflow file for this run

name: Build binary
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
ARCH: x86_64
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: "./build.sh"
- name: Upload Build Artifact
uses: actions/[email protected]
with:
name: nsm-cli
path: "./nsm-cli"