Skip to content

Commit

Permalink
fix: segmentation fault on arm64 image (#311)
Browse files Browse the repository at this point in the history
Resolves #310
  • Loading branch information
YC authored Jul 8, 2021
1 parent 9bdf93a commit 946490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BUILD_ID ?= $(shell go run ./gen_version.go | awk '{print $$2}')
all: build

build:
go build -v -ldflags="-X 'main.Version=${VERSION}' -X 'main.BuildID=${BUILD_ID}'"
go build -v -ldflags="-extldflags '-static' -X 'main.Version=${VERSION}' -X 'main.BuildID=${BUILD_ID}'"

auth_server:
@echo
Expand Down

0 comments on commit 946490c

Please sign in to comment.