mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
💚 fix arm/v7
This commit is contained in:
3
.github/workflows/dashboard.yml
vendored
3
.github/workflows/dashboard.yml
vendored
@@ -30,11 +30,10 @@ jobs:
|
||||
with:
|
||||
xgo_version: latest
|
||||
go_version: 1.18
|
||||
arm_version: 7
|
||||
dest: dist
|
||||
pkg: cmd/dashboard
|
||||
prefix: dashboard
|
||||
targets: linux/amd64,linux/arm64,linux/arm,linux/386,linux/s390x
|
||||
targets: linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/s390x
|
||||
v: true
|
||||
x: false
|
||||
race: false
|
||||
|
||||
Reference in New Issue
Block a user