Skip to content

Commit

Permalink
ci: add linux 386 and armv6 platform to docker build and publish tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
richardzone committed Sep 15, 2023
1 parent 4fcd03b commit b2a60b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm,linux/arm64
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm,linux/arm64
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit b2a60b1

Please sign in to comment.