@@ -22,7 +22,7 @@ def test_update_stackbrew_content_basic(self):
2222GitRepo: https://github.com/redis/docker-library-redis.git
2323
2424Tags: 8.2.1, 8.2, 8, 8.2.1-bookworm, 8.2-bookworm, 8-bookworm, latest, bookworm
25- Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, riscv64 , ppc64le, s390x
25+ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le , ppc64le, s390x
2626GitCommit: old123commit
2727GitFetch: refs/tags/v8.2.1
2828Directory: debian
@@ -34,14 +34,14 @@ def test_update_stackbrew_content_basic(self):
3434Directory: alpine
3535
3636Tags: 7.4.0, 7.4, 7, 7.4.0-bookworm, 7.4-bookworm, 7-bookworm
37- Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, riscv64 , ppc64le, s390x
37+ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le , ppc64le, s390x
3838GitCommit: old456commit
3939GitFetch: refs/tags/v7.4.0
4040Directory: debian
4141"""
4242
4343 new_content = """Tags: 8.2.2, 8.2, 8, 8.2.2-bookworm, 8.2-bookworm, 8-bookworm, latest, bookworm
44- Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, riscv64 , ppc64le, s390x
44+ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le , ppc64le, s390x
4545GitCommit: new123commit
4646GitFetch: refs/tags/v8.2.2
4747Directory: debian
0 commit comments