Skip to content

Commit

Permalink
linux-amd64-relayer makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Feb 18, 2024
1 parent e486f6c commit 5cfbf3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions standard/bridge-v1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ export CGO_ENABLED=0
relayer: bin
go build -o bin/relayer ./cmd/relayer

linux-amd64-relayer:
GOOS=linux GOARCH=amd64 go build -o mev-commit-bridge-relayer-linux-amd64 ./cmd/relayer
tar -czvf mev-commit-bridge-relayer-linux-amd64.tar.gz mev-commit-bridge-relayer-linux-amd64

user-cli: bin
go build -o bin/user_cli ./cmd/user_cli

Expand Down

0 comments on commit 5cfbf3e

Please sign in to comment.