From 8f273a929dd8b2579a059bad6245e9a5ce4fd49a Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 23 Aug 2022 09:34:02 +0200 Subject: [PATCH] ci/cd - fix missing comment chars --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 31b6a87aa..a93867095 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -106,7 +106,7 @@ jobs: build-bw-arm: runs-on: ubuntu-latest steps: - Prepare + # Prepare - name: Checkout source code uses: actions/checkout@v3 - name: Setup Buildx @@ -130,7 +130,7 @@ jobs: run: | docker buildx create --append --name ${{ steps.buildx.outputs.name }} --node arm --platform linux/arm64,linux/arm/v7,linux/arm/v6 ssh://ubuntu@arm - Build images + # Build images - name: Build BW for ARM uses: docker/build-push-action@v3 with: