Skip to content

Commit

Permalink
fix list of target platforms for nginx unit docker
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jan 25, 2024
1 parent 7dbcc5e commit 139215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
echo ${GITHUB_PACKAGE_TOKEN} | docker login ghcr.io -u ${USERNAME} --password-stdin
echo ${DOCKER_HUB_TOKEN} | docker login -u paskal --password-stdin
docker buildx build --push \
--platform linux/amd64,linux/arm/v7,linux/arm64 \
--platform linux/amd64,linux/arm64 \
-f Dockerfile.unit.8.2 \
-t ghcr.io/paskal/nginx-unit-bitrix:8.2 -t paskal/nginx-unit-bitrix:8.2 .

0 comments on commit 139215f

Please sign in to comment.