Only build amd64 image for dev release (#802)

Removed platform specification from Docker build commands.
This commit is contained in:
Jonas Plum
2026-02-12 21:23:28 +01:00
committed by GitHub
parent 840032e610
commit 3a541d4d9a

View File

@@ -42,5 +42,5 @@ jobs:
- name: Build Docker Images - name: Build Docker Images
run: | run: |
docker buildx build db/ --no-cache -t ghcr.io/open-wanderer/wanderer-db:dev --platform=linux/amd64,linux/arm64 --push docker buildx build db/ --no-cache -t ghcr.io/open-wanderer/wanderer-db:dev --push
docker buildx build web/ --no-cache -t ghcr.io/open-wanderer/wanderer-web:dev --platform=linux/amd64,linux/arm64 --push docker buildx build web/ --no-cache -t ghcr.io/open-wanderer/wanderer-web:dev --push