We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecec5a commit cb75e37Copy full SHA for cb75e37
.github/workflows/image-release.yml
@@ -54,7 +54,7 @@ jobs:
54
file: core/Dockerfile
55
push: true
56
tags: ghcr.io/funlessdev/core:latest,ghcr.io/funlessdev/core:${{ env.VERSION }}
57
- platforms: linux/amd64,linux/arm64/v8
+ platforms: linux/amd64
58
build-args: MIX_ENV=prod
59
60
- name: Build and push Worker
@@ -64,5 +64,5 @@ jobs:
64
file: worker/Dockerfile
65
66
tags: ghcr.io/funlessdev/worker:latest,ghcr.io/funlessdev/worker:${{ env.VERSION }}
67
68
0 commit comments