This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/libcloud-site.git
The following commit(s) were added to refs/heads/master by this push: new 0ed9a59 Fix typo. 0ed9a59 is described below commit 0ed9a593bc515259cf5c7903886615dd9bd86838 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Wed Mar 30 22:02:22 2022 +0200 Fix typo. --- .github/workflows/build_docker_image.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_docker_image.yaml b/.github/workflows/build_docker_image.yaml index 4364113..39d22f0 100644 --- a/.github/workflows/build_docker_image.yaml +++ b/.github/workflows/build_docker_image.yaml @@ -70,7 +70,6 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64 platforms: linux/amd64,linux/arm64 push: true tags: ghcr.io/apache/libcloud-site-dev:latest