Skip to content

Commit d84bfcc

Browse files
committed
Add a few new fields for slightly more code coverage
1 parent 40117df commit d84bfcc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

manifest/example_test.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Maintainers: InfoSiftr <[email protected]> (@infosiftr),
1818
GitFetch: refs/heads/master
1919
GitRepo: https://github.com/docker-library/golang.git
2020
SharedTags: latest
21+
arm64v8-GitRepo: https://github.com/docker-library/golang.git
2122
2223
2324
# hi
@@ -28,6 +29,7 @@ SharedTags: latest
2829
2930
# Go 1.6
3031
Tags: 1.6.1, 1.6, 1
32+
arm64v8-GitRepo: https://github.com/docker-library/golang.git
3133
Directory: 1.6
3234
GitCommit: 0ce80411b9f41e9c3a21fc0a1bffba6ae761825a
3335
Constraints: some-random-build-server
@@ -38,12 +40,18 @@ Tags: 1.5.3
3840
GitCommit: d7e2a8d90a9b8f5dfd5bcd428e0c33b68c40cc19
3941
SharedTags: 1.5.3-debian, 1.5-debian
4042
Directory: 1.5
43+
s390x-GitCommit: b6c460e7cd79b595267870a98013ec3078b490df
44+
i386-GitFetch: refs/heads/i386
45+
ppc64le-Directory: 1.5/ppc64le
4146
4247
4348
Tags: 1.5
4449
SharedTags: 1.5-debian
4550
GitCommit: d7e2a8d90a9b8f5dfd5bcd428e0c33b68c40cc19
4651
Directory: 1.5
52+
s390x-GitCommit: b6c460e7cd79b595267870a98013ec3078b490df
53+
i386-GitFetch: refs/heads/i386
54+
ppc64le-Directory: 1.5/ppc64le
4755
4856
SharedTags: raspbian
4957
GitCommit: deadbeefdeadbeefdeadbeefdeadbeefdeadbeef
@@ -89,6 +97,7 @@ i: g@h j
8997
// Maintainers: InfoSiftr <[email protected]> (@infosiftr), Johan Euphrosine <[email protected]> (@proppy)
9098
// SharedTags: latest
9199
// GitRepo: https://github.com/docker-library/golang.git
100+
// arm64v8-GitRepo: https://github.com/docker-library/golang.git
92101
//
93102
// Tags: 1.6.1, 1.6, 1
94103
// GitCommit: 0ce80411b9f41e9c3a21fc0a1bffba6ae761825a
@@ -99,6 +108,9 @@ i: g@h j
99108
// SharedTags: 1.5.3-debian, 1.5-debian
100109
// GitCommit: d7e2a8d90a9b8f5dfd5bcd428e0c33b68c40cc19
101110
// Directory: 1.5
111+
// i386-GitFetch: refs/heads/i386
112+
// ppc64le-Directory: 1.5/ppc64le
113+
// s390x-GitCommit: b6c460e7cd79b595267870a98013ec3078b490df
102114
//
103115
// Tags: raspbian-s390x
104116
// SharedTags: raspbian

0 commit comments

Comments
 (0)