Skip to content

Commit

Permalink
fix: try to build only amd64 and armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 committed Mar 29, 2024
1 parent 367f35f commit f6e0936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
push: true
tags: gylfirst/chouettebot:latest,gylfirst/chouettebot:v0.0.${{ github.run_number }}
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x
platforms: linux/amd64, linux/arm/v6

0 comments on commit f6e0936

Please sign in to comment.