Only build amd64 image for dev release (#802)
Removed platform specification from Docker build commands.
This commit is contained in:
4
.github/workflows/release_dev.yaml
vendored
4
.github/workflows/release_dev.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user