We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b5e72 commit c6b1f0dCopy full SHA for c6b1f0d
1 file changed
.github/workflows/cd.yml
@@ -11,8 +11,6 @@ jobs:
11
steps:
12
- name: Set up QEMU
13
uses: docker/setup-qemu-action@v1
14
- with:
15
- platforms: arm64,arm
16
- name: Set up Docker Buildx
17
uses: docker/setup-buildx-action@v2
18
- name: Login to DockerHub
@@ -23,5 +21,6 @@ jobs:
23
21
- name: Build and push
24
22
uses: docker/build-push-action@v2
25
with:
+ platforms: linux/amd64,linux/arm64/v8
26
push: true
27
tags: syncloudsoftech/pinter:latest
0 commit comments