Skip to content

Commit b8705a0

Browse files
committed
Set 'distro' explicitly
1 parent 7fa1f62 commit b8705a0

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: "bitcoin-core-linux-0.19"
33
enable_cache: true
4+
distro: "ubuntu"
45
suites:
56
- "bionic"
67
architectures:

contrib/gitian-descriptors/gitian-osx-signer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: "bitcoin-dmg-signer"
3+
distro: "ubuntu"
34
suites:
45
- "bionic"
56
architectures:

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: "bitcoin-core-osx-0.19"
33
enable_cache: true
4+
distro: "ubuntu"
45
suites:
56
- "bionic"
67
architectures:

contrib/gitian-descriptors/gitian-win-signer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: "bitcoin-win-signer"
3+
distro: "ubuntu"
34
suites:
45
- "bionic"
56
architectures:

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: "bitcoin-core-win-0.19"
33
enable_cache: true
4+
distro: "ubuntu"
45
suites:
56
- "bionic"
67
architectures:

0 commit comments

Comments
 (0)