Skip to content

Commit

Permalink
go build for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ga09 committed Jul 27, 2024
1 parent dd62a7d commit 333c702
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/main
Binary file not shown.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build
build:
@echo "Building..."
@go build -o build/main main.go
@GOOS=linux GOARC=amd64 go build -o build/main main.go

0 comments on commit 333c702

Please sign in to comment.