You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/11/17 15:08:38 UTC

[skywalking] branch master updated: Set up QEMU and Buildx in GHA to support cross platform (#8142)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new c8b89e5  Set up QEMU and Buildx in GHA to support cross platform (#8142)
c8b89e5 is described below

commit c8b89e5379ee7c44e0534ff60b6e6ce93c102568
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Nov 17 23:08:27 2021 +0800

    Set up QEMU and Buildx in GHA to support cross platform (#8142)
---
 .github/workflows/publish-docker.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml
index 6cdb3fb..559c6f4 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -52,5 +52,9 @@ jobs:
           registry: ${{ env.HUB }}
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
+      - name: Set up QEMU
+        uses: docker/setup-qemu-action@v1
+      - name: Set up Docker Buildx
+        uses: docker/setup-buildx-action@v1
       - name: Build and push docker images
         run: make build.all docker.push