Skip to content

Commit 9bf9a03

Browse files
committed
chore: extract arm64 build config
1 parent 8c416da commit 9bf9a03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11+
config:
12+
runs-on: arm-runner
13+
steps:
14+
- run: docker run --rm -t supabase/postgres:15.1.0.84 pg_config
15+
1116
build:
1217
strategy:
1318
matrix:

0 commit comments

Comments
 (0)