This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch centos7-build-push-env-docker
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/centos7-build-push-env-docker
by this push:
new e53533d3d fix centos7
e53533d3d is described below
commit e53533d3d3c7c080a0ead9c981b6827052adbcde
Author: Dan Wang <[email protected]>
AuthorDate: Fri Nov 22 17:43:12 2024 +0800
fix centos7
---
.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]