mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 15:18:05 +01:00
scripted-diff: Set gitian arch back to amd64
-BEGIN VERIFY SCRIPT- sed -i -e 's|"linux64"|"amd64"|g' $(git grep -l '"linux64"') -END VERIFY SCRIPT-
This commit is contained in:
parent
333362991c
commit
fae75306ba
5 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ distro: "ubuntu"
|
|||
suites:
|
||||
- "bionic"
|
||||
architectures:
|
||||
- "linux64"
|
||||
- "amd64"
|
||||
packages:
|
||||
- "curl"
|
||||
- "g++-aarch64-linux-gnu"
|
||||
|
|
|
@ -4,7 +4,7 @@ distro: "ubuntu"
|
|||
suites:
|
||||
- "bionic"
|
||||
architectures:
|
||||
- "linux64"
|
||||
- "amd64"
|
||||
packages:
|
||||
- "faketime"
|
||||
remotes:
|
||||
|
|
|
@ -5,7 +5,7 @@ distro: "ubuntu"
|
|||
suites:
|
||||
- "bionic"
|
||||
architectures:
|
||||
- "linux64"
|
||||
- "amd64"
|
||||
packages:
|
||||
- "ca-certificates"
|
||||
- "curl"
|
||||
|
|
|
@ -4,7 +4,7 @@ distro: "ubuntu"
|
|||
suites:
|
||||
- "bionic"
|
||||
architectures:
|
||||
- "linux64"
|
||||
- "amd64"
|
||||
packages:
|
||||
# Once osslsigncode supports openssl 1.1, we can change this back to libssl-dev
|
||||
- "libssl1.0-dev"
|
||||
|
|
|
@ -5,7 +5,7 @@ distro: "ubuntu"
|
|||
suites:
|
||||
- "bionic"
|
||||
architectures:
|
||||
- "linux64"
|
||||
- "amd64"
|
||||
packages:
|
||||
- "curl"
|
||||
- "g++"
|
||||
|
|
Loading…
Add table
Reference in a new issue