mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-06 09:08:34 +07:00
chore: temp use github runners to release
This commit is contained in:
parent
e060c95091
commit
9e02983dd1
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
# END Linux ARM 5 6 7
|
||||
fail-fast: false
|
||||
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
GOOS: ${{ matrix.goos }}
|
||||
GOARCH: ${{ matrix.goarch }}
|
||||
@ -138,7 +138,7 @@ jobs:
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
docker:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user