From 1935f86617d74c689852e29539241e0309623f72 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Sat, 15 May 2021 17:42:02 +0300 Subject: [PATCH] ci: remove ARM build due to controller setup issues --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44e2278..b470d29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: context: ./ file: ./docker/zero-ui/Dockerfile builder: ${{ steps.buildx.outputs.name }} - platforms: linux/amd64,linux/armhf + # platforms: linux/amd64,linux/armhf push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.prep_zero-ui.outputs.tags }} cache-from: type=local,src=/tmp/.buildx-cache @@ -67,7 +67,7 @@ jobs: context: ./ file: ./docker/zerotier/Dockerfile builder: ${{ steps.buildx.outputs.name }} - platforms: linux/amd64,linux/armhf + # platforms: linux/amd64,linux/armhf push: ${{ github.event_name != 'pull_request' }} tags: ${{ secrets.DOCKER_HUB_USERNAME }}/zerotier-controller:latest cache-from: type=local,src=/tmp/.buildx-cache