Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build for arm
  • Loading branch information
mmaquina committed Mar 7, 2023
commit 149d0a9fae2ebef199ed14fe7ae42125eaa44f8b
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help: ## Show this help message.

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

.PHONY: cleanup
cleanup: ## Delete image timetracker_ui.
Expand Down