Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Feb 17, 2017
1 parent e80e45b commit 7ac6124
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ _testmain.go
*.rpm
amonagent
amonagent32
amonagent-arm
packaging/build/
vendor/
.vagrant/
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.7.3 - 17.02.2017
==============

* Compile with go 1.8
* ARM binary


0.7.2 - 26.08.2016
==============

Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ build_32bit:
"-X main.Version=$(VERSION)" \
./cmd/amonagent.go

build_arm:
CGO_ENABLED=0 GOARCH=arm go build -o amonagent-arm -ldflags \
"-X main.Version=$(VERSION)" \
./cmd/amonagent.go

# Layout all of the files common to both versions of the Agent in
# the build directory.
Expand Down

0 comments on commit 7ac6124

Please sign in to comment.