Skip to content

Commit 288bfd2

Browse files
committed
cd: add CentOS 8
Similarly to commit 8485060 ("cd: add Ubuntu Noble") it is sometimes convenient to have the `tt` package right in the distro specific repository even if it is available in the general `linux-rpm/static` repository. Since it costs nothing (the same RPM file is published to different repositories), I propose to publish the `tt` package to the `el/8` repository as well. See tarantool/installer.sh#42 for the story behind it. Fixes #1192
1 parent 63c4c51 commit 288bfd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magefile.publish.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type Distro struct {
2020

2121
var targetDistros = []Distro{
2222
{OS: "el", Dist: "7"},
23+
{OS: "el", Dist: "8"},
2324

2425
{OS: "fedora", Dist: "34"},
2526
{OS: "fedora", Dist: "35"},

0 commit comments

Comments
 (0)