Skip to content

Commit 61130f4

Browse files
committed
Add containerized build script
1 parent 65107d4 commit 61130f4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build/build-all-containerized.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
GOOS=$1 GOARCH=$2 make all-binaries-containerized

build/build-all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
GOOS=$1 GOARCH=$2 make all-binaries

build/build.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)