mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
a96948acb3
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
7 lines
202 B
Bash
7 lines
202 B
Bash
set -ex
|
|
|
|
mkdir bin
|
|
go build -o bin/docker-credential-osxkeychain osxkeychain/cmd/main_darwin.go
|
|
cd bin
|
|
tar czf ../docker-credential-osxkeychain-${TRAVIS_TAG}-amd64.tar.gz docker-credential-osxkeychain
|