mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +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
|
||||
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…
Add table
Add a link
Reference in a new issue