Skip to content

Commit

Permalink
Disable building of ARM32 Helix images (dotnet#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Aug 26, 2020
1 parent 499633c commit ca7b55d
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,20 +575,6 @@
}
]
},
{
"platforms": [
{
"architecture": "arm",
"dockerfile": "src/ubuntu/16.04/helix/arm32v7",
"os": "linux",
"osVersion": "xenial",
"tags": {
"ubuntu-16.04-helix-arm32v7-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
},
"variant": "v7"
}
]
},
{
"platforms": [
{
Expand Down Expand Up @@ -680,20 +666,6 @@
}
}
]
},
{
"platforms": [
{
"architecture": "arm",
"dockerfile": "src/ubuntu/18.04/helix/arm32v7",
"os": "linux",
"osVersion": "bionic",
"tags": {
"ubuntu-18.04-helix-arm32v7-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
},
"variant": "v7"
}
]
},
{
"platforms": [
Expand Down Expand Up @@ -737,20 +709,6 @@
}
]
},
{
"platforms": [
{
"architecture": "arm",
"dockerfile": "src/debian/9/helix/arm32v7",
"os": "linux",
"osVersion": "stretch",
"tags": {
"debian-9-helix-arm32v7-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
},
"variant": "v7"
}
]
},
{
"platforms": [
{
Expand Down Expand Up @@ -792,20 +750,6 @@
}
]
},
{
"platforms": [
{
"architecture": "arm",
"dockerfile": "src/debian/10/helix/arm32v7",
"os": "linux",
"osVersion": "buster",
"tags": {
"debian-10-helix-arm32v7-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
},
"variant": "v7"
}
]
},
{
"platforms": [
{
Expand Down

0 comments on commit ca7b55d

Please sign in to comment.