.PHONY: x64

arm:
	docker build -f Dockerfile_arm --network host -t python3-profling-arm-$(USER) .

x64:
	docker build -f Dockerfile_x64 --network host -t python3-profiling-x64-$(USER) .
