diff options
| author | 2022-11-22 15:09:45 +0100 | |
|---|---|---|
| committer | 2022-11-22 15:09:45 +0100 | |
| commit | 11cd60883d9ec008c7cfcbe4ecfce1d715a6bece (patch) | |
| tree | 56e185260365985b2240e0f50a4a4f606d7fddb9 /Dockerfile | |
| parent | [chore] use kv.KVStore also for S3 storage (#1113) (diff) | |
| download | gotosocial-11cd60883d9ec008c7cfcbe4ecfce1d715a6bece.tar.xz | |
[chore] fix broken buildx (whoops) (#1116)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile index 9edc86851..abb8c1947 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,6 @@ # syntax=docker/dockerfile:1.3 # Dockerfile reference: https://docs.docker.com/engine/reference/builder/ -# When using buildx, these variables will be set by the tool: -# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope -# However, declaring them as build arguments like this allows them to be set manually with `--build-arg` as well. -ARG BUILDPLATFORM -ARG TARGETPLATFORM - # stage 1: generate up-to-date swagger.yaml to put in the final container FROM --platform=${BUILDPLATFORM} quay.io/goswagger/swagger:v0.30.0 AS swagger |
