Skip to content

Commit

Permalink
ci(image): remove multi-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
giusdp committed Mar 8, 2024
1 parent 7ecec5a commit cb75e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
file: core/Dockerfile
push: true
tags: ghcr.io/funlessdev/core:latest,ghcr.io/funlessdev/core:${{ env.VERSION }}
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
build-args: MIX_ENV=prod

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

0 comments on commit cb75e37

Please sign in to comment.