Skip to content

Commit 149d0a9

Browse files
committed
build for arm
1 parent bae05e3 commit 149d0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ help: ## Show this help message.
1111

1212
.PHONY: build
1313
build: ## Create docker image with dependencies needed for development.
14-
docker-compose build timetracker_ui
14+
docker-compose build --platform linux/arm64 timetracker_ui
1515

1616
.PHONY: cleanup
1717
cleanup: ## Delete image timetracker_ui.

0 commit comments

Comments
 (0)