Skip to content

Build with docker and add github actions #8

Build with docker and add github actions

Build with docker and add github actions #8

Workflow file for this run

---
on:
- push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
fail-fast: false
matrix:
target:
- alpine
- gcc
- clang
- intel
runs-on: nomadtools mem=3000
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hadolint/[email protected]
- run: DOCKER_BUILDKIT=1 docker build --pull --target ${{matrix.target}} .