Skip to content

feat: musl build

feat: musl build #2

Workflow file for this run

name: Test build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Fluxpipe
run: docker build --target export -t test . -f Dockerfile_musl --output out