Skip to content

Commit

Permalink
Merge pull request #11 from ilya-zuyev/ilyaz/linux_arm64
Browse files Browse the repository at this point in the history
Ilyaz/linux arm64
  • Loading branch information
medyagh authored Dec 9, 2020
2 parents fc1d1d9 + c649004 commit abeac96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ out/gopogh-darwin-amd64: embed-static $(SOURCE_FILES) go.mod
out/gopogh-linux-amd64: embed-static $(SOURCE_FILES) go.mod
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="$(LDFLAGS)" -a -o $@ github.com/medyagh/gopogh/cmd/gopogh

out/gopogh-linux-arm64: embed-static $(SOURCE_FILES) go.mod
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="$(LDFLAGS)" -a -o $@ github.com/medyagh/gopogh/cmd/gopogh

out/gopogh-linux-arm: embed-static $(SOURCE_FILES) go.mod
CGO_ENABLED=0 GOOS=linux GOARCH=arm go build -ldflags="$(LDFLAGS)" -a -o $@ github.com/medyagh/gopogh/cmd/gopogh

Expand Down Expand Up @@ -68,4 +65,5 @@ build-image:
test-in-docker:
rm ./testdata/docker-test/testout.json || true
rm ./testdata/docker-test/testout.html || true
docker run -it -e NAME="${JOB_NAME} ${GITHUB_REF}" -e REPO="${GITHUB_REPOSITORY}" -e DETAILS="${GITHUB_SHA}" -v $(CURDIR)/testdata/docker-test:/data local/gopogh ./text2html.sh
docker run -it -e NAME="${JOB_NAME} ${GITHUB_REF}" -e REPO="${GITHUB_REPOSITORY}" -e DETAILS="${GITHUB_SHA}" -v $(CURDIR)/testdata/docker-test:/data local/gopogh ./text2html.sh

0 comments on commit abeac96

Please sign in to comment.