Skip to content

Commit 595495d

Browse files
authored
fix: don't run a nix installer on qemu image build (#1916)
* fix: Detect if it's running on a self-hosted runner and skip nix install * fix: limit to arm-native-runner * fix: can just not run in workflow * fix: remove logic
1 parent ab99074 commit 595495d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
- name: Checkout Repo
4949
uses: supabase/postgres/.github/actions/shared-checkout@HEAD
5050

51-
- uses: ./.github/actions/nix-install-ephemeral
52-
5351
- name: Run checks if triggered manually
5452
if: ${{ github.event_name == 'workflow_dispatch' }}
5553
run: |

0 commit comments

Comments
 (0)