Skip to content

Commit eb424a1

Browse files
committed
Test ARM
1 parent 0a16a56 commit eb424a1

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/build.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,8 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-15, macos-14, macos-13]
10-
postgres-version: [17, 16, 15, 14, 13]
11-
include:
12-
- os: windows-2025
13-
postgres-version: 17
14-
- os: windows-2022
15-
postgres-version: 14
16-
- os: windows-2019
17-
postgres-version: 14
9+
os: [ubuntu-24.04-arm]
10+
postgres-version: [17]
1811
steps:
1912
- uses: actions/checkout@v4
2013
- uses: ./.

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ if (isMac()) {
155155

156156
const dataDir = `/etc/postgresql/${postgresVersion}/main`;
157157
setConfig(dataDir);
158+
run(`find /etc/postgresql | sort`);
158159
updateHba(dataDir);
159160

160161
// start

0 commit comments

Comments
 (0)