Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from Typeform/ARM64
Browse files Browse the repository at this point in the history
YOLO-42 Build ARM64 binary of the statsd
  • Loading branch information
ivanilves authored Mar 14, 2024
2 parents 4ec5ab2 + 48d61b9 commit 891be76
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 @@ -28,3 +28,7 @@ build-typeform:
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
docker login -u $(DOCKER_USERNAME) -p=$(DOCKER_PASSWORD) 567716553783.dkr.ecr.us-east-1.amazonaws.com
docker build -t 567716553783.dkr.ecr.us-east-1.amazonaws.com/statsd_exporter .

build-typeform-arm64:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build
docker build -t 567716553783.dkr.ecr.us-east-1.amazonaws.com/statsd_exporter .

0 comments on commit 891be76

Please sign in to comment.