Support 32 bit (#374)

Add build for 32 bits linux

improved windows test time
This commit is contained in:
Maycon Santos
2022-07-01 10:42:38 +02:00
committed by GitHub
parent fa7b413fe7
commit e95f0f7acb
5 changed files with 15 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
//go:build !(linux && 386)
// +build !linux !386
// skipping linux 32 bits build and tests
package main
import (