Skip to content

Commit

Permalink
github: Update build commands
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Apr 13, 2024
1 parent 25ef679 commit 95eb738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/runner-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ runs:
- name: Build Kubitect
shell: bash
run: |
go build -ldflags "-s -w" -trimpath .
go build -ldflags "-s -w" -trimpath -o kubitect ./cmd
sudo mv kubitect /usr/local/bin/kubitect
kubitect --version
6 changes: 3 additions & 3 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
exclude:
- goarch: "386"
goos: darwin
env:
go-version: 1.21
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -36,5 +34,7 @@ jobs:
extra_files: LICENSE
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: ${{ env.go-version }}
goversion: go.mod
github_token: ${{ github.token }}
project_path: ./cmd

0 comments on commit 95eb738

Please sign in to comment.