Skip to content

Commit f6841df

Browse files
committed
fix: removing arm64 docker target
1 parent 51edb9a commit f6841df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: docker_build
2222
uses: docker/build-push-action@v4
2323
with:
24-
platforms: linux/amd64,linux/arm64
24+
platforms: linux/amd64
2525
push: false
2626
- name: Image digest
2727
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)