mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
update Makefile.cross-compiles and support darwin/arm64 (#2295)
This commit is contained in:
parent
8e25f13201
commit
184a0ff9ab
7 changed files with 23 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue