mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-14 16:40:01 +00:00
Remove arm for now
This commit is contained in:
parent
767ed90d5c
commit
32e7226346
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -37,13 +37,13 @@ jobs:
|
||||
uses: gerred/actions/current-time@master
|
||||
id: current-time
|
||||
|
||||
- name: Crossbuild
|
||||
- name: Build
|
||||
uses: izumin5210/action-go-crossbuild@v1.0.0
|
||||
env:
|
||||
TIME: "${{ steps.current-time.outputs.time }}"
|
||||
with:
|
||||
name: hysteria-cli
|
||||
arch: amd64,arm
|
||||
arch: amd64
|
||||
dest: ./dist/
|
||||
ldflags: -w -s -X main.appVersion=$GIT_TAG_NAME -X main.appCommit=$GITHUB_SHA -X main.appDate=$TIME
|
||||
os: darwin,linux,windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user