mirror of
https://github.com/docker/cli.git
synced 2026-09-24 23:41:10 -05:00
Merge pull request #30578 from tophj-ibm/add-p-z-to-release-deb
[ppc64le/s390x] add p/z to release-deb Upstream-commit: 6365d8dd19ba7a3483938458fa39eb43d716ba8d Component: engine
This commit is contained in:
@@ -22,7 +22,7 @@ APTDIR=$DOCKER_RELEASE_DIR/apt/repo
|
||||
mkdir -p "$APTDIR/conf" "$APTDIR/db" "$APTDIR/dists"
|
||||
|
||||
# supported arches/sections
|
||||
arches=( amd64 i386 armhf )
|
||||
arches=( amd64 i386 armhf ppc64le s390x )
|
||||
|
||||
# Preserve existing components but don't add any non-existing ones
|
||||
for component in main testing experimental ; do
|
||||
|
||||
Reference in New Issue
Block a user