Skip to content

Commit

Permalink
test armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
iceberg63 authored Dec 30, 2020
1 parent a5fb262 commit 07afabe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ setup_release:
ifndef RELEASE
$(error RELEASE is not set)
endif
ifdef $(ARCH == arm)
ARCH = armhf
echo ARCH = armhf
endif

# Copy kitura/cmd module into GOPATH
mkdir -p $(KITURA_SRC)
Expand Down

0 comments on commit 07afabe

Please sign in to comment.