From ca777315b0408d9ec52ce7734b3284322ad53348 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 7 Feb 2024 21:33:08 +0100 Subject: [PATCH] ci: Consistently put two blank lines between jobs for better visual separation --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8981c081b..89365611a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -164,6 +164,7 @@ jobs: path: postgrest-docker.tar.gz if-no-files-found: error + Build-Macos-Nix: name: Build MacOS (Nix) runs-on: macos-latest @@ -235,6 +236,7 @@ jobs: result/postgrest.exe if-no-files-found: error + Get-FreeBSD-CirrusCI: name: Get FreeBSD build from CirrusCI runs-on: ubuntu-latest @@ -253,6 +255,7 @@ jobs: path: postgrest if-no-files-found: error + Build-Cabal: strategy: matrix: @@ -287,6 +290,7 @@ jobs: - name: Build run: cabal build --enable-tests --enable-benchmarks all + Build-Cabal-Arm: name: Build aarch64 (Cabal, GHC 9.4.8) if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/rel-') }} @@ -513,6 +517,7 @@ jobs: # echo "Skipping updating description for pre-release..." # fi + Release-Docker-Arm: name: Release Arm Builds on Docker Hub runs-on: ubuntu-latest @@ -542,6 +547,7 @@ jobs: envs: GITHUB_COMMIT,DOCKER_REPO,DOCKER_USER,DOCKER_PASS,REMOTE_DIR,VERSION,ISPRERELEASE script: bash ~/$REMOTE_DIR/docker-publish.sh "$GITHUB_COMMIT" "$DOCKER_REPO" "$DOCKER_USER" "$DOCKER_PASS" "$REMOTE_DIR" "$VERSION" "$ISPRERELEASE" + Clean-Arm-Server: name: Remove copied files from server needs: