You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM --platform=$BUILDPLATFORM golang:1.22.1-alpine3.18 AS builder
ARG TARGETOS TARGETARCH
WORKDIR /go/src/spicedb-kubeapi-proxy
COPY . /go/src/spicedb-kubeapi-proxy
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build ./cmd/spicedb-kubeapi-proxy