Skip to content

Commit

Permalink
fix build-pi Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Jan 27, 2021
1 parent c32edd8 commit 6721991
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 @@ -8,7 +8,7 @@ test:
build:
go build

build-pi: static
build-pi:
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build

run: build
Expand Down

0 comments on commit 6721991

Please sign in to comment.