Skip to content

Commit

Permalink
Add sed
Browse files Browse the repository at this point in the history
  • Loading branch information
myersCody committed Jul 1, 2024
1 parent f1adbea commit 966985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ _koku-wait:

docker-build:
# TARGETARCH: https://github.com/containers/podman/issues/23046 is resolved.
$(DOCKER_COMPOSE) build --build-arg TARGETARCH=$(shell uname -m) koku-base
$(DOCKER_COMPOSE) build --build-arg TARGETARCH=$(shell uname -m | sed s/x86_64/amd64/) koku-base


docker-up: docker-build
Expand Down

0 comments on commit 966985c

Please sign in to comment.