mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 21:17:47 +03:00
ensure static-linked
This commit is contained in:
parent
e626e1224e
commit
dd4cb37dfd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and release
|
name: Build and release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
@ -27,6 +30,7 @@ jobs:
|
||||||
uses: tobyxdd/go-cross-build@e269fe09a60b9a6a7325cb06075e32ab1b7c2d12
|
uses: tobyxdd/go-cross-build@e269fe09a60b9a6a7325cb06075e32ab1b7c2d12
|
||||||
env:
|
env:
|
||||||
TIME: "${{ steps.current-time.outputs.time }}"
|
TIME: "${{ steps.current-time.outputs.time }}"
|
||||||
|
CGO_ENABLED: "0"
|
||||||
with:
|
with:
|
||||||
name: hysteria
|
name: hysteria
|
||||||
dest: ./dist/
|
dest: ./dist/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue