This is an automated email from the ASF dual-hosted git repository.

wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 588640434 ci: fix the workflow building images of compilation 
environment for centos7 on Github (#2145)
588640434 is described below

commit 58864043466148ef30c3c6b5097d9153363525e4
Author: shalk(xiao kun) <[email protected]>
AuthorDate: Fri Nov 22 18:50:47 2024 +0800

    ci: fix the workflow building images of compilation environment for centos7 
on Github (#2145)
    
    https://github.com/apache/incubator-pegasus/issues/2135.
    
    CentOS 7.5.1804 does not support `aarch64` in 
[sclo](https://vault.centos.org/7.5.1804/sclo/).
    Thus just remove `linux/arm64` from Github workflow.
---
 .github/workflows/build-push-env-docker.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-push-env-docker.yml 
b/.github/workflows/build-push-env-docker.yml
index bc6bf447d..23d552ccd 100644
--- a/.github/workflows/build-push-env-docker.yml
+++ b/.github/workflows/build-push-env-docker.yml
@@ -65,7 +65,7 @@ jobs:
       - name: Build and push
         uses: docker/build-push-action@v6
         with:
-          platforms: linux/amd64,linux/arm64
+          platforms: linux/amd64
           context: .
           file: ./docker/pegasus-build-env/${{ matrix.dockertag }}/Dockerfile
           push: true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to