refactor(ci): use arm64 platform by default
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
33c894c820
commit
232e0bffee
2 changed files with 9 additions and 7 deletions
|
@ -3,6 +3,10 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
@ -77,6 +81,10 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: housekeeping
|
name: housekeeping
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
|
|
@ -46,13 +46,7 @@ kos:
|
||||||
base_import_paths: true
|
base_import_paths: true
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- format_overrides:
|
||||||
darwin: Darwin
|
|
||||||
linux: Linux
|
|
||||||
windows: Windows
|
|
||||||
386: i386
|
|
||||||
amd64: x86_64
|
|
||||||
format_overrides:
|
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
files:
|
files:
|
||||||
|
|
Loading…
Reference in a new issue