Skip to content

Commit f4055db

Browse files
committed
Add a hint for the Docker running platform
1 parent c4842fe commit f4055db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ build-alpine:
4949

5050
test-alpine:
5151
@echo "Running on $(shell uname -m)"
52+
@echo "Docker is running on $(shell docker run --entrypoint /bin/uname --rm $(IMAGE_TAG) -m)"
5253
IMAGE_TAG="$(IMAGE_TAG)" \
5354
docker compose -f ./compose.test.yml up --exit-code-from sut --abort-on-container-exit

0 commit comments

Comments
 (0)