Skip to content

darwin-arm64

darwin-arm64 #6

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: build image
env:
ADMIN_PW: TestPw
run: docker build -t loda-boinc .