chore: build full docker image for arm64 (#4391)

* chore: build `windmill-full` for `arm64`

* fix: use non-enterprise docker image as base
This commit is contained in:
Tsvetomir Bonev
2024-09-14 19:30:31 +03:00
committed by GitHub
parent 2e80107e03
commit 36fc048004
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/windmill-labs/windmill-ee:dev
FROM ghcr.io/windmill-labs/windmill:dev
COPY --from=rust:1.80.1 /usr/local/cargo /usr/local/cargo
COPY --from=rust:1.80.1 /usr/local/rustup /usr/local/rustup