Skip to content

Commit

Permalink
try flyci
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Feb 24, 2024
1 parent 68a4689 commit 31d5deb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,22 @@ jobs:
docker: postgrest-linux-docker-x64

- name: MacOS
runs-on: macos-latest
runs-on: flyci-macos-large-latest-m1
artifact: postgrest-macos-static-x64
docker: postgrest-macos-docker-x64
volume: disk1

name: Nix - ${{ matrix.name }} static
runs-on: ${{ matrix.runs-on }}
env:
NIX_VOLUME_USE_SPECIAL: ${{ matrix.volume }}
steps:
- uses: actions/checkout@v4
- name: Setup Nix Environment
uses: ./.github/actions/setup-nix

- name: Build static executable
run: nix-build -A postgrestStatic
run: nix-build -j6 -A postgrestStatic
- name: Save built executable as artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 31d5deb

Please sign in to comment.