Try different syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-02-09 13:30:51 +01:00
parent 53572f19f4
commit f93a530e72
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ steps:
commands:
- apt-get update && apt-get install -y go-md2man
- |
GOOS=windows \
make \
BUILDTAGS=containers_image_openpgp \
GO_DYN_FLAGS=
GO_DYN_FLAGS= \
bin/skopeo.windows.amd64.exe
- ls bin
# - bin/skopeo --version
# - |