Skip to content

Commit

Permalink
Merge pull request #2970 from Vogtinator/docker15.5isout
Browse files Browse the repository at this point in the history
docker_publisher.py: Add armv7l to 15.4
  • Loading branch information
Vogtinator committed Jun 15, 2023
2 parents 59e3288 + e463250 commit 97267e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def run():
'fetchers': {
'x86_64': DockerImageFetcherOBS(url="https://build.opensuse.org/public/build/openSUSE:Containers:Leap:15.4/containers/x86_64/opensuse-leap-image:docker", maintenance_release=True), # noqa: E501
'aarch64': DockerImageFetcherOBS(url="https://build.opensuse.org/public/build/openSUSE:Containers:Leap:15.4/containers/aarch64/opensuse-leap-image:docker", maintenance_release=True), # noqa: E501
'armv7l': DockerImageFetcherOBS(url="https://build.opensuse.org/public/build/openSUSE:Containers:Leap:15.4/containers_armv7/armv7l/opensuse-leap-image:docker", maintenance_release=True), # noqa: E501
'ppc64le': DockerImageFetcherOBS(url="https://build.opensuse.org/public/build/openSUSE:Containers:Leap:15.4/containers/ppc64le/opensuse-leap-image:docker", maintenance_release=True), # noqa: E501
's390x': DockerImageFetcherOBS(url="https://build.opensuse.org/public/build/openSUSE:Containers:Leap:15.4/containers/s390x/opensuse-leap-image:docker", maintenance_release=True), # noqa: E501
},
Expand Down

0 comments on commit 97267e1

Please sign in to comment.