Skip to content

Commit

Permalink
Images: Build NGINX on arm64 only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Nov 19, 2024
1 parent d5f9403 commit 7111c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ IMAGE = $(REGISTRY)/nginx
export DOCKER_CLI_EXPERIMENTAL=enabled

# build with buildx
PLATFORMS?=linux/amd64,linux/arm,linux/arm64
PLATFORMS?=linux/arm64
OUTPUT=
PROGRESS=plain
build: ensure-buildx
Expand Down

0 comments on commit 7111c9a

Please sign in to comment.