Skip to content

cd: aight we dont really need darwin support #28

cd: aight we dont really need darwin support

cd: aight we dont really need darwin support #28

Workflow file for this run

name: Docker
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make build-docker