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 291269f  Try to build ARM Docker images again.
291269f is described below

commit 291269f9419191f392b1455c5c91a9ae2f2512b2
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Mar 30 22:00:02 2022 +0200

    Try to build ARM Docker images again.
---
 .github/workflows/build_docker_image.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_docker_image.yaml 
b/.github/workflows/build_docker_image.yaml
index 829c291..4364113 100644
--- a/.github/workflows/build_docker_image.yaml
+++ b/.github/workflows/build_docker_image.yaml
@@ -40,7 +40,7 @@ jobs:
     name: Build Docker Image
     runs-on: ubuntu-latest
     # NOTE: Emulated ARM build is slow...
-    timeout-minutes: 25
+    timeout-minutes: 30
     permissions:
       contents: read
       packages: write
@@ -71,6 +71,6 @@ jobs:
         with:
           context: .
           platforms: linux/amd64
-          #platforms: linux/amd64,linux/arm64
+          platforms: linux/amd64,linux/arm64
           push: true
           tags: ghcr.io/apache/libcloud-site-dev:latest

Reply via email to