mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
poule: do not recognize "arm" as platform/arm
Some words such as "swarm" and "apparmor" were recognized as "arm". So remove "arm" from the list at the moment. Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
parent
d34e846960
commit
b7ca1568b1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
platform/desktop: [ "docker for mac", "docker for windows" ],
|
||||
platform/freebsd: [ "freebsd" ],
|
||||
platform/windows: [ "nanoserver", "windowsservercore", "windows server" ],
|
||||
platform/arm: [ "raspberry", "arm", "raspbian", "rpi", "beaglebone", "pine64" ],
|
||||
platform/arm: [ "raspberry", "raspbian", "rpi", "beaglebone", "pine64" ],
|
||||
}
|
||||
}
|
||||
- type: version-label
|
||||
|
|
Loading…
Add table
Reference in a new issue