Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 0b19c1c

Browse files
committed
add build script
1 parent a5c9c27 commit 0b19c1c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin/systemd-docker

build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash -e
2+
3+
echo "Building systemd-docker..."
4+
godep go build -o bin/systemd-docker .

0 commit comments

Comments
 (0)