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

[skywalking] 01/01: Set up QEMU and Buildx in GHA to support cross platform

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

kezhenxu94 pushed a commit to branch docker/crossplatform2
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 2fb349583cf290ec3bc000f3ee8831ec1c8a081b
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Nov 17 22:06:26 2021 +0800

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

diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml
index 6cdb3fb..0de6797 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -20,6 +20,7 @@ on:
   push:
     branches:
       - master
+      - docker/crossplatform2
 
 env:
   SKIP_TEST: true
@@ -52,5 +53,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