Fix type according to config schema

This commit is contained in:
Kristoffer Dalby 2022-01-30 08:59:25 +00:00
parent e0c22a414b
commit 71ab4c9b2c

View File

@ -32,7 +32,7 @@ builds:
goarch:
- arm
goarm:
- 7
- "7"
env:
- CC=arm-linux-gnueabihf-gcc
- CXX=arm-linux-gnueabihf-g++