Skip to content

Commit

Permalink
Add more arch to Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 12, 2024
1 parent 6f69425 commit 2ce9bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: make docker-build
env:
DOCKER_BUILDKIT: 1
PLATFORM: linux/amd64
PLATFORM: linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8
IMAGE_TAG: "ghcr.io/wdes/mail-autodiscover-autoconfig/mail-autodiscover-autoconfig:latest"
ACTION: push

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: make docker-build
env:
DOCKER_BUILDKIT: 1
PLATFORM: linux/amd64
PLATFORM: linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8
IMAGE_TAG: "docker.io/wdes/mail-autodiscover-autoconfig:latest"
ACTION: push

Expand Down

0 comments on commit 2ce9bcc

Please sign in to comment.