feat: Better configuration and description
This commit is contained in:

committed by
Nikolai Rodionov

parent
6459152833
commit
07e156dd3f
23
example/config.yaml
Normal file
23
example/config.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
os:
|
||||
macos:
|
||||
- macos
|
||||
- darwin
|
||||
- mac
|
||||
- apple
|
||||
linux:
|
||||
- linux
|
||||
windows:
|
||||
- windows
|
||||
freebsd:
|
||||
- freebsd
|
||||
arch:
|
||||
x86_64:
|
||||
- x86_64
|
||||
- amd64
|
||||
- amd
|
||||
- intel
|
||||
aarch64:
|
||||
- aarch64
|
||||
- arm64
|
||||
- m1
|
Reference in New Issue
Block a user