Drop PPC support.

Fix config.json.
This commit is contained in:
n0vad3v 2020-03-07 13:48:30 +08:00
parent 880ef32606
commit db8f60e7ab
No known key found for this signature in database
GPG Key ID: 8D42A0E699E50639
2 changed files with 2 additions and 8 deletions

View File

@ -6,7 +6,6 @@ go:
arch:
- amd64
- arm64
- ppc64le
os:
- windows

View File

@ -4,10 +4,5 @@
"QUALITY": "80",
"IMG_PATH": "/path/to/pics",
"EXHAUST_PATH": "",
"ALLOWED_TYPES": [
"jpg",
"png",
"jpeg",
"bmp"
]
"ALLOWED_TYPES": ["jpg","png","jpeg","bmp","gif"]
}