Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
add: bin size reduction and new platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rgprajeen committed Apr 22, 2023
1 parent c91f434 commit c186f8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
build:
strategy:
matrix:
arch: ["amd64", "arm64", "386"]
os: ["windows", "linux", "darwin"]
arch: ["amd64", "arm64"]
os: ["windows", "linux", "darwin", "freebsd"]
exclude:
- os: "darwin"
arch: "386"
Expand All @@ -35,7 +35,7 @@ jobs:
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
LDFLAGS: "-X 'main.version=${{ github.ref_name }}'"
LDFLAGS: "-w -s -X 'main.version=${{ github.ref_name }}'"

- name: "Zip exe files"
if: ${{ matrix.os == 'windows' }}
Expand Down

0 comments on commit c186f8e

Please sign in to comment.