diff --git a/.github/workflows/cross-darwin.yml b/.github/workflows/cross-darwin.yml index 11a4622f6..99385dbec 100644 --- a/.github/workflows/cross-darwin.yml +++ b/.github/workflows/cross-darwin.yml @@ -37,6 +37,12 @@ jobs: GOARCH: amd64 run: for d in $(go list -f '{{if .TestGoFiles}}{{.Dir}}{{end}}' ./... ); do (echo $d; cd $d && go test -c ); done + - name: iOS build most + env: + GOOS: ios + GOARCH: arm64 + run: go install ./ipn/... ./wgengine/ ./types/... ./control/controlclient + - uses: k0kubun/action-slack@v2.0.0 with: payload: |