Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bahattincinic committed May 31, 2024
1 parent ce0c009 commit b548839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: tag
strategy:
matrix:
goos: [darwin, linux, windows]
goos: [darwin]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -54,6 +54,7 @@ jobs:
- name: Build Release Binary
run: |
echo "Building for ${{ matrix.goos }}..."
go env -w CGO_ENABLED=1
GOOS=${{ matrix.goos }} GOARCH=amd64 go build -tags=prod -o fitwave ./cmd/fitwave
ls -lh
file fitwave
Expand Down

0 comments on commit b548839

Please sign in to comment.