We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7d36a commit 2e12e8eCopy full SHA for 2e12e8e
.github/workflows/docker.yaml
@@ -35,4 +35,4 @@ jobs:
35
36
- name: Build and push
37
run: |
38
- echo $VERSION
+ docker buildx build --platform linux/amd64,linux/arm/v7 -t jadit19/expresso:latest -t jadit19/expresso:${{ env.VERSION }} -f docker/build.dockerfile .
0 commit comments