@@ -72,16 +72,16 @@ Additionally, we track the binaries that are created upstream in [zonky's
72
72
embedded-postgres-binaries] ( https://github.com/zonkyio/embedded-postgres ) . This
73
73
leads to the following current support matrix:
74
74
75
- | Platform / Architecture | 12.20.0 | 13.16 .0 | 14.13 .0 | 15.8 .0 | 16.4 .0 | 17.0 .0 |
75
+ | Platform / Architecture | 13.19 .0 | 14.16 .0 | 15.11 .0 | 16.7 .0 | 17.3 .0 |
76
76
| ---------------------------| ---------| ---------| ---------| --------| --------| --------|
77
- | 🍎 Darwin / x64 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
78
- | 🍎 Darwin / arm64[[ 1]] ( https://github.com/zonkyio/embedded-postgres/issues/86#issuecomment-1120425822 ) | 🚫 | 🚫 | 🚫 | ✅ | ✅ | ✅ |
79
- | 🪟 Windows / x64 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
80
- | 🐧 Linux / x64 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
81
- | 🐧 Linux / arm | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
82
- | 🐧 Linux / arm64 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
83
- | 🐧 Linux / ia32 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
84
- | 🐧 Linux / ppc64 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
77
+ | 🍎 Darwin / x64 | ✅ | ✅ | ✅ | ✅ | ✅ |
78
+ | 🍎 Darwin / arm64[[ 1]] ( https://github.com/zonkyio/embedded-postgres/issues/86#issuecomment-1120425822 ) | 🚫 | 🚫 | ✅ | ✅ | ✅ |
79
+ | 🪟 Windows / x64 | ✅ | ✅ | ✅ | ✅ | ✅ |
80
+ | 🐧 Linux / x64 | ✅ | ✅ | ✅ | ✅ | ✅ |
81
+ | 🐧 Linux / arm | ✅ | ✅ | ✅ | ✅ | ✅ |
82
+ | 🐧 Linux / arm64 | ✅ | ✅ | ✅ | ✅ | ✅ |
83
+ | 🐧 Linux / ia32 | ✅ | ✅ | ✅ | ✅ | ✅ |
84
+ | 🐧 Linux / ppc64 | ✅ | ✅ | ✅ | ✅ | ✅ |
85
85
86
86
In order to install a particular version, look for the latest tag in
87
87
[ NPM] ( https://www.npmjs.com/package/embedded-postgres ) . For example, if you
0 commit comments