Skip to content

Commit cb75e37

Browse files
committed
ci(image): remove multi-arch
1 parent 7ecec5a commit cb75e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
file: core/Dockerfile
5555
push: true
5656
tags: ghcr.io/funlessdev/core:latest,ghcr.io/funlessdev/core:${{ env.VERSION }}
57-
platforms: linux/amd64,linux/arm64/v8
57+
platforms: linux/amd64
5858
build-args: MIX_ENV=prod
5959

6060
- name: Build and push Worker
@@ -64,5 +64,5 @@ jobs:
6464
file: worker/Dockerfile
6565
push: true
6666
tags: ghcr.io/funlessdev/worker:latest,ghcr.io/funlessdev/worker:${{ env.VERSION }}
67-
platforms: linux/amd64,linux/arm64/v8
67+
platforms: linux/amd64
6868
build-args: MIX_ENV=prod

0 commit comments

Comments
 (0)