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 e83beaf For now, disable slow arm builds. e83beaf is described below commit e83beafc1a60c0dd807a63514215c9e92d3f4809 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Wed Mar 30 21:34:38 2022 +0200 For now, disable slow arm builds. --- .github/workflows/build_docker_image.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docker_image.yaml b/.github/workflows/build_docker_image.yaml index 0d31410..32641b7 100644 --- a/.github/workflows/build_docker_image.yaml +++ b/.github/workflows/build_docker_image.yaml @@ -41,7 +41,8 @@ jobs: build_docker_image: name: Build Docker Image runs-on: ubuntu-latest - timeout-minutes: 20 + # NOTE: Emulated ARM build is slow... + timeout-minutes: 25 permissions: contents: read packages: write @@ -71,6 +72,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 + #platforms: linux/amd64,linux/arm64 push: false tags: ghcr.io/apache/libcloud-site-dev:latest