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 aba58dc commit 2e6e262Copy full SHA for 2e6e262
template/golang-middleware/Dockerfile
@@ -1,6 +1,7 @@
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
2
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24.0-alpine AS build
3
4
+# Multi-arch build args
5
ARG TARGETPLATFORM
6
ARG BUILDPLATFORM
7
ARG TARGETOS
0 commit comments