From 26c687f92ee3f15bed39ba463cbf0e58b2654734 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Thu, 17 Sep 2020 12:46:49 +0300 Subject: [PATCH] Update test_and_deploy.yml build: add `linux/arm64` platform --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 390dad0..7abc79f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -47,6 +47,7 @@ jobs: DOCKER_PLATFORMS: > linux/amd64 linux/arm/v7 + linux/arm64 steps: - name: Install Go uses: actions/setup-go@v2