mirror of
https://github.com/containers/skopeo.git
synced 2025-04-26 18:41:16 +00:00
integration: add unix tag to non-windows tests
These tests can't be compiled on Windows, so add unix build tag. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
25481e1a88
commit
b74989dfbc
@ -1,4 +1,4 @@
|
||||
//go:build !linux
|
||||
//go:build unix && !linux
|
||||
|
||||
package main
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
//go:build unix
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user