Skip to content

Add github workflow for building and release binary executable #26

Add github workflow for building and release binary executable

Add github workflow for building and release binary executable #26

Workflow file for this run

name: Test Build Docker Image
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest-16-cores
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build Docker Image
run: |
DOCKER_BUILDKIT=1 docker build -t tng:latest --target tng-release -f Dockerfile .