mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
chore: drop win386 supports
This commit is contained in:
parent
07122bbbf7
commit
487cd4db20
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -19,9 +19,7 @@ jobs:
|
||||
goarch: ["386", amd64, arm, arm64]
|
||||
exclude:
|
||||
- goos: windows
|
||||
goarch: arm
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
goarch: ["arm", "386", "arm64"]
|
||||
fail-fast: true
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
@ -33,7 +33,6 @@ builds:
|
||||
goos:
|
||||
- windows
|
||||
goarch:
|
||||
- 386
|
||||
- amd64
|
||||
mod_timestamp: "{{ .CommitTimestamp }}"
|
||||
flags:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user