Skip to content

Commit 597e3ac

Browse files
committed
make staging image statically compiled so it actually works
1 parent e53f102 commit 597e3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build Staging
30-
run: go build
30+
run: go build -ldflags="-w -s"
3131

3232
- name: Publish
3333
uses: docker/build-push-action@v1

0 commit comments

Comments
 (0)