Skip to content

Commit abaf5a7

Browse files
Build all architectures for the dev target again
During my latest testing it appears like it is possible to build all the arches without mounting a tmpfs again, so perhaps something has been fixed in the cryptography library?
1 parent a9098ce commit abaf5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ run-alpine:
2121
# These commands are primarily used for development, see link for more info:
2222
# https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/28
2323
dev:
24-
docker buildx build --platform linux/amd64,linux/arm64 --tag jonasal/nginx-certbot:dev -f ./Dockerfile ./
24+
docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 --tag jonasal/nginx-certbot:dev -f ./Dockerfile ./
2525

2626
dev-alpine:
2727
docker buildx build --platform linux/amd64,linux/arm64 --tag jonasal/nginx-certbot:dev-alpine -f ./Dockerfile-alpine ./

0 commit comments

Comments
 (0)