Skip to content

Commit

Permalink
feat: build docker image on more arm platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 committed Mar 29, 2024
1 parent 805d500 commit cbe4e89
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 @@ -28,4 +28,4 @@ jobs:
with:
push: true
tags: gylfirst/chouettebot:latest,gylfirst/chouettebot:v0.0.${{ github.run_number }}
platforms: linux/amd64, linux/arm/v6
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8

0 comments on commit cbe4e89

Please sign in to comment.