Commit a72b875
committed
apt::source: configure repo only for current architecture
Without this setting, we tell apt to download release information for
all architectures apt knows. This includes i386 on amd64 systems.
postgresql doesn't publish i386 packages. because of that, it results
in a warning during apt update:
N: Skipping acquire of configured file 'main/binary-i386/Packages' as
repository 'https://apt.postgresql.org/pub/repos/apt jammy-pgdg
InRelease' doesn't support architecture 'i386'
This is fixed with this change.1 parent 276c160 commit a72b875
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments