We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c4c5b commit 421dbddCopy full SHA for 421dbdd
.github/workflows/alpine-mainline.yml
@@ -51,7 +51,7 @@ jobs:
51
id: build
52
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
53
with:
54
- platforms: linux/amd64
+ platforms: linux/amd64, linux/arm64
55
context: "{{ defaultContext }}:mainline/alpine-slim"
56
tags: nginx-unprivileged:alpine-slim
57
push: false
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
115
context: "{{ defaultContext }}:mainline/alpine"
116
tags: localhost:5000/nginx-unprivileged:alpine
117
build-args: IMAGE=localhost:5000/nginx-unprivileged:alpine-slim
0 commit comments