chore: temp use github runners to release

This commit is contained in:
mzz 2023-03-22 21:08:38 +08:00 committed by GitHub
parent e060c95091
commit 9e02983dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ jobs:
# END Linux ARM 5 6 7 # END Linux ARM 5 6 7
fail-fast: false fail-fast: false
runs-on: self-hosted runs-on: ubuntu-22.04
env: env:
GOOS: ${{ matrix.goos }} GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }} GOARCH: ${{ matrix.goarch }}
@ -138,7 +138,7 @@ jobs:
tag: ${{ github.ref }} tag: ${{ github.ref }}
docker: docker:
runs-on: self-hosted runs-on: ubuntu-22.04
steps: steps:
- name: Checkout codebase - name: Checkout codebase
uses: actions/checkout@v3 uses: actions/checkout@v3