Skip to content

Commit

Permalink
chore: makefile to force intel
Browse files Browse the repository at this point in the history
  • Loading branch information
kjessec committed Jan 14, 2022
1 parent 4116c34 commit 6d8a1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/v0.34.x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif

build-linux:
mkdir -p $(BUILDDIR)
docker build --no-cache --tag terramoney/mantlemint ./
docker create --name temp terramoney/mantlemint:latest
docker buildx build --platform=linux/amd64 --tag terramoney/mantlemint ./
docker create --platform=linux/amd64 --name temp terramoney/mantlemint:latest
docker cp temp:/usr/local/bin/mantlemint $(BUILDDIR)/
docker rm temp

Expand Down

0 comments on commit 6d8a1ba

Please sign in to comment.