Update go.yml

This commit is contained in:
CareyWong 2022-06-08 23:12:16 +08:00 committed by GitHub
parent a97e160060
commit 4ebbfda9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ jobs:
linux_amd64_build:
name: Linux amd64 build
runs-on: ubuntu-20.04
# runs-on: self-hosted
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1
@ -28,7 +29,8 @@ jobs:
linux_arm64_build:
name: Linux arm64 build
runs-on: ubuntu-20.04
# runs-on: ubuntu-20.04
runs-on: self-hosted
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1