Skip to content

Commit c42ad74

Browse files
committed
dpc-5385 - upadting make file for local build
1 parent 8aaa271 commit c42ad74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda/opt-out-import/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AWS_ACCESS_KEY_ID ?= 1234
22
AWS_SECRET_ACCESS_KEY ?= 1234
33

44
build: export GOOS=linux
5-
build: export GOARCH=amd64
5+
build: export GOARCH=arm64
66
build:
77
go build -o bin/bootstrap main.go parsers.go models.go db.go
88
@du -h bin/bootstrap

0 commit comments

Comments
 (0)