Skip to content

Commit f1e888d

Browse files
committed
Merge pull request #93 from mackerelio/workaround-amd64
use GOARCH=amd64 for now
2 parents 959ce37 + 505191e commit f1e888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TARGET_OSARCH="linux/386"
1+
TARGET_OSARCH="linux/amd64"
22

33
all: clean test build rpm deb
44

0 commit comments

Comments
 (0)