Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
horita-yuya committed Nov 20, 2024
1 parent d01b014 commit c35f115
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Build bootstrap
working-directory: ./bootstrap-go
run: make build
run: ./build.sh
env:
CGO_ENABLED: 0

Expand Down
2 changes: 0 additions & 2 deletions bootstrap-go/Makefile

This file was deleted.

3 changes: 3 additions & 0 deletions bootstrap-go/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

GOOS=linux GOARCH=amd64 go build -o build/bootstrap main.go

0 comments on commit c35f115

Please sign in to comment.