Skip to content

Commit

Permalink
fixed the build artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 committed Jan 5, 2024
1 parent 668b696 commit 93d513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_VERSION:=$(shell git describe --tags --exact-match 2>/dev/null || git rev-pa

.PHONY: build-relayer
build-relayer:
cd $(RELAYER_DIR) && CGO_ENABLED=0 go build --trimpath -mod=readonly -ldflags '-extldflags=-static' -o $(BUILD_DIR)/coreumbridge-xrp-lrelayer ./cmd
cd $(RELAYER_DIR) && CGO_ENABLED=0 go build --trimpath -mod=readonly -ldflags '-extldflags=-static' -o $(BUILD_DIR)/coreumbridge-xrpl-relayer ./cmd

.PHONY: build-relayer-release
build-relayer-release:
Expand Down

0 comments on commit 93d513d

Please sign in to comment.