Skip to content

Commit

Permalink
chore(ci): build on all available platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers authored Sep 9, 2020
1 parent 86d2984 commit 9f1c8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: prepare
run: |
DOCKER_IMAGE=garethflowers/ftp-server
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64
DOCKER_PLATFORMS=linux/386,linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/ppc64le,linux/s390x
VERSION=latest
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down

0 comments on commit 9f1c8bd

Please sign in to comment.