Skip to content

Commit

Permalink
ci: restore
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Dec 7, 2023
1 parent dc05ebe commit cb7e918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 57 deletions.
10 changes: 5 additions & 5 deletions .goreleaser_windows-latest.yaml → .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ before:

builds:
- env:
- CGO_ENABLED=1
- CGO_ENABLED=0
flags:
- -v
- -trimpath
ldflags:
- -s -w -X github.com/igoogolx/itun2socks/internal/constants.Version={{ .Tag }} -X github.com/igoogolx/itun2socks/internal/constants.BuildTime={{ .Date }} -buildid=
tags:
- with_lwip
- with_gvisor
- with_system
goos:
- windows
- darwin
ignore:
- goos: windows
goarch: 386

- goos: windows
goarch: arm64


archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
Expand Down
52 changes: 0 additions & 52 deletions .goreleaser_macos-latest.yaml

This file was deleted.

0 comments on commit cb7e918

Please sign in to comment.