update Makefile.cross-compiles and support darwin/arm64 (#2295)

This commit is contained in:
fatedier
2021-03-15 21:02:56 +08:00
committed by GitHub
parent 8e25f13201
commit 184a0ff9ab
7 changed files with 23 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ version: 2
jobs:
test1:
docker:
- image: circleci/golang:1.15-node
- image: circleci/golang:1.16-node
working_directory: /go/src/github.com/fatedier/frp
steps:
- checkout
@@ -10,7 +10,7 @@ jobs:
- run: make alltest
test2:
docker:
- image: circleci/golang:1.14-node
- image: circleci/golang:1.15-node
working_directory: /go/src/github.com/fatedier/frp
steps:
- checkout