Skip to content

Commit 86909c4

Browse files
committed
removed arm platform
1 parent 058d138 commit 86909c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Build and push Docker image
2323
run: |
2424
docker buildx create --use
25-
docker buildx build --platform linux/amd64,linux/arm64 -t p2m2/docker-xcmsviewer:latest .
25+
docker buildx build --platform linux/amd64 -t p2m2/docker-xcmsviewer:latest .
2626
docker push p2m2/docker-xcmsviewer:latest

0 commit comments

Comments
 (0)