From 42067e864abf837980258364f42f72396527871b Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 6 Jun 2022 20:14:11 +0200 Subject: [PATCH] GHA - temp disable armv7 build until we have a fix for cryptography dependency --- .github/workflows/new-dev.yml | 58 +++++++++++++++++------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/new-dev.yml b/.github/workflows/new-dev.yml index 28a463c..b8530f6 100644 --- a/.github/workflows/new-dev.yml +++ b/.github/workflows/new-dev.yml @@ -133,15 +133,15 @@ jobs: password: ${{ secrets.PRIVATE_REGISTRY_TOKEN }} # Build images - - name: Build BW for armv7 - uses: docker/build-push-action@v3 - with: - context: . - platforms: linux/arm/v7 - push: true - tags: ${{ secrets.PRIVATE_REGISTRY }}/infra/bunkerweb-tests-armv7:latest - cache-from: type=registry,ref=bunkerity/cache:bw-armv7-cache - cache-to: type=registry,ref=bunkerity/cache:bw-armv7-cache,mode=min + # - name: Build BW for armv7 + # uses: docker/build-push-action@v3 + # with: + # context: . + # platforms: linux/arm/v7 + # push: true + # tags: ${{ secrets.PRIVATE_REGISTRY }}/infra/bunkerweb-tests-armv7:latest + # cache-from: type=registry,ref=bunkerity/cache:bw-armv7-cache + # cache-to: type=registry,ref=bunkerity/cache:bw-armv7-cache,mode=min - name: Build BW for armv8 uses: docker/build-push-action@v3 with: @@ -151,16 +151,16 @@ jobs: tags: ${{ secrets.PRIVATE_REGISTRY }}/infra/bunkerweb-tests-armv8:latest cache-from: type=registry,ref=bunkerity/cache:bw-armv8-cache cache-to: type=registry,ref=bunkerity/cache:bw-armv8-cache,mode=min - - name: Build BW autoconf for armv7 - uses: docker/build-push-action@v3 - with: - context: . - file: autoconf/Dockerfile - platforms: linux/arm/v7 - push: true - tags: ${{ secrets.PRIVATE_REGISTRY }}/infra/bunkerweb-autoconf-tests-armv7:latest - cache-from: type=registry,ref=bunkerity/cache:bw-autoconf-armv7-cache - cache-to: type=registry,ref=bunkerity/cache:bw-autoconf-armv7-cache,mode=min + # - name: Build BW autoconf for armv7 + # uses: docker/build-push-action@v3 + # with: + # context: . + # file: autoconf/Dockerfile + # platforms: linux/arm/v7 + # push: true + # tags: ${{ secrets.PRIVATE_REGISTRY }}/infra/bunkerweb-autoconf-tests-armv7:latest + # cache-from: type=registry,ref=bunkerity/cache:bw-autoconf-armv7-cache + # cache-to: type=registry,ref=bunkerity/cache:bw-autoconf-armv7-cache,mode=min - name: Build BW autoconf for armv8 uses: docker/build-push-action@v3 with: @@ -171,16 +171,16 @@ jobs: tags: ${{ secrets.PRIVATE_REGISTRY }}/infra/bunkerweb-autoconf-tests-armv8:latest cache-from: type=registry,ref=bunkerity/cache:bw-autoconf-armv8-cache cache-to: type=registry,ref=bunkerity/cache:bw-autoconf-armv8-cache,mode=min - - name: Build BW UI for armv7 - uses: docker/build-push-action@v3 - with: - context: . - file: ui/Dockerfile - platforms: linux/arm/v7 - push: true - tags: ${{ secrets.PRIVATE_REGISTRY }}/infra/bunkerweb-ui-tests-armv7:latest - cache-from: type=registry,ref=bunkerity/cache:bw-ui-armv7-cache - cache-to: type=registry,ref=bunkerity/cache:bw-ui-armv7-cache,mode=min + # - name: Build BW UI for armv7 + # uses: docker/build-push-action@v3 + # with: + # context: . + # file: ui/Dockerfile + # platforms: linux/arm/v7 + # push: true + # tags: ${{ secrets.PRIVATE_REGISTRY }}/infra/bunkerweb-ui-tests-armv7:latest + # cache-from: type=registry,ref=bunkerity/cache:bw-ui-armv7-cache + # cache-to: type=registry,ref=bunkerity/cache:bw-ui-armv7-cache,mode=min - name: Build BW UI for armv8 uses: docker/build-push-action@v3 with: