Update go.yml
This commit is contained in:
parent
a97e160060
commit
4ebbfda9fd
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -8,6 +8,7 @@ jobs:
|
|||||||
linux_amd64_build:
|
linux_amd64_build:
|
||||||
name: Linux amd64 build
|
name: Linux amd64 build
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
# runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.18
|
- name: Set up Go 1.18
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
@ -28,7 +29,8 @@ jobs:
|
|||||||
|
|
||||||
linux_arm64_build:
|
linux_arm64_build:
|
||||||
name: Linux arm64 build
|
name: Linux arm64 build
|
||||||
runs-on: ubuntu-20.04
|
# runs-on: ubuntu-20.04
|
||||||
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.18
|
- name: Set up Go 1.18
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user