Skip to content

Commit 5400ae5

Browse files
committed
run test
1 parent 468fb4d commit 5400ae5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG TARGETPLATFORM=linux/arm64
1+
ARG TARGETPLATFORM
22
FROM --platform=${TARGETPLATFORM} alpine:3.17
3-
ARG TARGETARCH=arm64
3+
ARG TARGETARCH
44
55

66
# https://github.com/cubicdaiya/nginx-build

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test cleanup
22

33
test:
4-
docker-compose --file docker-compose.test.yml build
4+
docker-compose --file docker-compose.test.yml build --build-arg TARGETPLATFORM=linux/arm64 --build-arg TARGETARCH=arm64
55
docker-compose --file docker-compose.test.yml run sut
66

77
cleanup:

0 commit comments

Comments
 (0)