Skip to content

Merge pull request #147 from oduwsdl/machawk1-patch-1 #66

Merge pull request #147 from oduwsdl/machawk1-patch-1

Merge pull request #147 from oduwsdl/machawk1-patch-1 #66

Workflow file for this run

name: Build Binaries
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: Run Cross-build
run: ./crossbuild.sh
- name: Show MemGator CLI Help
run: /tmp/mgbins/memgator-linux-amd64
- name: Upload Built MemGator Binaries
uses: actions/upload-artifact@v2
with:
name: memgator-bins
path: /tmp/mgbins