Skip to content

Commit

Permalink
Update Makefilewith linux-arm targets (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinjahn authored Sep 8, 2021
1 parent 415371e commit 2c96089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ OSARCH=$(shell go env GOHOSTOS)-$(shell go env GOHOSTARCH)

SCEPCLIENT=\
scepclient-linux-amd64 \
scepclient-linux-arm \
scepclient-darwin-amd64 \
scepclient-freebsd-amd64 \
scepclient-windows-amd64.exe

SCEPSERVER=\
scepserver-linux-amd64 \
scepserver-linux-arm \
scepserver-darwin-amd64 \
scepserver-freebsd-amd64 \
scepserver-windows-amd64.exe
Expand Down

0 comments on commit 2c96089

Please sign in to comment.