Skip to content

Commit c6b1f0d

Browse files
Build for arm64
1 parent 16b5e72 commit c6b1f0d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Set up QEMU
1313
uses: docker/setup-qemu-action@v1
14-
with:
15-
platforms: arm64,arm
1614
- name: Set up Docker Buildx
1715
uses: docker/setup-buildx-action@v2
1816
- name: Login to DockerHub
@@ -23,5 +21,6 @@ jobs:
2321
- name: Build and push
2422
uses: docker/build-push-action@v2
2523
with:
24+
platforms: linux/amd64,linux/arm64/v8
2625
push: true
2726
tags: syncloudsoftech/pinter:latest

0 commit comments

Comments
 (0)