Skip to content

Commit

Permalink
Apply suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
myersCody committed Jul 1, 2024
1 parent 3b0824e commit f1adbea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,8 @@ _koku-wait:
done

docker-build:
# HACK: Remove the ARG TARGETARCH directive to make the build work with docker
# until https://github.com/containers/podman/issues/23046 is resolved.
@tail -n +3 Dockerfile > Dockerfile.temp
@mv Dockerfile.temp Dockerfile
$(DOCKER_COMPOSE) build koku-base
@echo "ARG TARGETARCH\n" | cat - Dockerfile > Dockerfile.temp
@mv Dockerfile.temp Dockerfile
# TARGETARCH: https://github.com/containers/podman/issues/23046 is resolved.
$(DOCKER_COMPOSE) build --build-arg TARGETARCH=$(shell uname -m) koku-base


docker-up: docker-build
Expand Down

0 comments on commit f1adbea

Please sign in to comment.