Skip to content

Commit a49c93d

Browse files
author
Saman Tipputhynhean
committed
add arm64 build
1 parent e7af63b commit a49c93d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ dist-webui: build-webui
7777
docker: clean docker-hub
7878

7979
docker-hub:
80-
docker build --pull -t moov/ach:$(VERSION) -f Dockerfile .
81-
docker tag moov/ach:$(VERSION) moov/ach:latest
80+
docker buildx build --platform linux/amd64,linux/arm64 -t moov/ach:$(VERSION) -t moov/ach:latest -f Dockerfile .
8281

8382
.PHONY: clean-integration test-integration
8483

0 commit comments

Comments
 (0)