Skip to content

Commit

Permalink
support arm64 && remove cmd pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
penglin2 committed Oct 25, 2024
1 parent 7095185 commit da47605
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 280 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ builds:
- linux
goarch:
- amd64
- arm64
tags:
- netgo
- static
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install-goreleaser: ## check license if not exist install go-lint tools

build:
mkdir -p bin
$(GOBUILD) -v -o ./bin/xtest ./cmd
$(GOBUILD) -v -o ./bin/xtest .

clean:
rm -rf bin dist
Expand Down
33 changes: 0 additions & 33 deletions cmd/main.go

This file was deleted.

114 changes: 0 additions & 114 deletions cmd/xtest.go

This file was deleted.

132 changes: 0 additions & 132 deletions cmd/xtest_linux.go

This file was deleted.

0 comments on commit da47605

Please sign in to comment.