Skip to content

Commit

Permalink
Revert "Disable building of ARM32 Helix images (#363)"
Browse files Browse the repository at this point in the history
This reverts commit ca7b55d.
  • Loading branch information
MattGal committed Sep 2, 2020
1 parent 9740252 commit 8181660
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,20 @@
}
]
},
{
"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 @@ -666,6 +680,20 @@
}
}
]
},
{
"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 @@ -709,6 +737,20 @@
}
]
},
{
"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 @@ -750,6 +792,20 @@
}
]
},
{
"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 8181660

Please sign in to comment.