mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 21:17:47 +03:00
Remove arm for now
This commit is contained in:
parent
767ed90d5c
commit
32e7226346
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -37,13 +37,13 @@ jobs:
|
||||||
uses: gerred/actions/current-time@master
|
uses: gerred/actions/current-time@master
|
||||||
id: current-time
|
id: current-time
|
||||||
|
|
||||||
- name: Crossbuild
|
- name: Build
|
||||||
uses: izumin5210/action-go-crossbuild@v1.0.0
|
uses: izumin5210/action-go-crossbuild@v1.0.0
|
||||||
env:
|
env:
|
||||||
TIME: "${{ steps.current-time.outputs.time }}"
|
TIME: "${{ steps.current-time.outputs.time }}"
|
||||||
with:
|
with:
|
||||||
name: hysteria-cli
|
name: hysteria-cli
|
||||||
arch: amd64,arm
|
arch: amd64
|
||||||
dest: ./dist/
|
dest: ./dist/
|
||||||
ldflags: -w -s -X main.appVersion=$GIT_TAG_NAME -X main.appCommit=$GITHUB_SHA -X main.appDate=$TIME
|
ldflags: -w -s -X main.appVersion=$GIT_TAG_NAME -X main.appCommit=$GITHUB_SHA -X main.appDate=$TIME
|
||||||
os: darwin,linux,windows
|
os: darwin,linux,windows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue