Skip to content

Commit

Permalink
port to musl/alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
zrthstr committed Nov 23, 2024
1 parent 3034e4f commit f9eb3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nr-push/relay2rabbit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BINARY_NAME=pushToRabbitmq
GO_MOD_PATH=$(shell go list -m)

build:
go build -o $(BINARY_NAME) main.go
CC=musl-gcc CGO_ENABLED=0 go build -o $(BINARY_NAME) main.go

run: build
export RABBITMQ_URL="amqp://user:password@localhost:5672";\
Expand Down

0 comments on commit f9eb3c4

Please sign in to comment.