| commit | 6f3e233c7121388e7dff3700f9aaf9d20e302b01 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Sat Dec 04 19:42:13 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Sat Dec 04 19:42:13 2021 +0400 |
| tree | 1a02d6daefaeb7ad1ef71a02bf97ca5fa01578ad | |
| parent | 704bfd9e58a16d97f821857f95d1db55ac5b2a40 [diff] [blame] |
Build multi-arch container images across stack
diff --git a/core/auth/ui/Dockerfile b/core/auth/ui/Dockerfile index 8a76b08..980e40e 100644 --- a/core/auth/ui/Dockerfile +++ b/core/auth/ui/Dockerfile
@@ -1,4 +1,6 @@ FROM alpine:latest -COPY server /usr/bin +ARG TARGETARCH + +COPY server_${TARGETARCH} /usr/bin/server RUN chmod +x /usr/bin/server