From c71ca4862110560122864060f08f4bbb759915e9 Mon Sep 17 00:00:00 2001 From: Kevin Zhao Date: Fri, 5 May 2023 14:14:33 +0800 Subject: [PATCH] Test Arm64 etcd container in K8s clusters Signed-off-by: Kevin Zhao --- .github/workflows/release-arm64.yaml | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/release-arm64.yaml diff --git a/.github/workflows/release-arm64.yaml b/.github/workflows/release-arm64.yaml new file mode 100644 index 000000000000..a8b32ebc5ca0 --- /dev/null +++ b/.github/workflows/release-arm64.yaml @@ -0,0 +1,34 @@ +name: Release-arm64 +on: [push, pull_request] +permissions: read-all +jobs: + goversion: + uses: ./.github/workflows/go-version.yaml + main: + runs-on: [Linux, ARM64] + needs: goversion + steps: + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 + with: + go-version: ${{ needs.goversion.outputs.goversion }} + - name: release + run: | + set -euo pipefail + + git config --global user.email "github-action@etcd.io" + git config --global user.name "Github Action" + gpg --batch --gen-key <