mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-08-04 00:11:52 +00:00
Remove arm for now
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user