From ee204193d3d0cfb7b701070f778db3aa9ff72fd8 Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Thu, 28 Dec 2023 16:03:50 +0100 Subject: [PATCH] Remove linux build As we're using locking mechanism for async codebase, we cannot currently build swift client with linux until Foundation is better supported on that ecosystem. If locking in async context will not be added to Foundation soon, we will rethink alternatives. Signed-off-by: Tomasz Pietrek --- .github/workflows/linux.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/linux.yml diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml deleted file mode 100644 index 92792bb..0000000 --- a/.github/workflows/linux.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Linux - -on: - push: - branches: [ main, release/*, feature/* ] - pull_request: - branches: [ main, release/* ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag nats-swift:$(date +%s)