9
9
- " entity.system.os == 'linux'"
10
10
- " entity.system.arch == 'amd64'"
11
11
- " entity.system.platform == 'alpine'"
12
- - " entity.system.platform_release .split('.')[0] == '3'"
12
+ - " entity.system.platform_version .split('.')[0] == '3'"
13
13
- platform : " alpine3.8"
14
14
arch : " amd64"
15
15
asset_filename : " #{repo}_#{version}_ruby-2.4.4_alpine3.8_linux_amd64.tar.gz"
@@ -34,7 +34,7 @@ builds:
34
34
- " entity.system.os == 'linux'"
35
35
- " entity.system.arch == 'amd64'"
36
36
- " entity.system.platform_family == 'rhel'"
37
- - " entity.system.platform_release .split('.')[0] == '6'"
37
+ - " entity.system.platform_version .split('.')[0] == '6'"
38
38
- platform : " centos7"
39
39
arch : " amd64"
40
40
asset_filename : " #{repo}_#{version}_ruby-2.4.4_centos7_linux_amd64.tar.gz"
@@ -43,7 +43,7 @@ builds:
43
43
- " entity.system.os == 'linux'"
44
44
- " entity.system.arch == 'amd64'"
45
45
- " entity.system.platform_family == 'rhel'"
46
- - " entity.system.platform_release .split('.')[0] == '7'"
46
+ - " entity.system.platform_version .split('.')[0] == '7'"
47
47
- platform : " debian"
48
48
arch : " amd64"
49
49
asset_filename : " #{repo}_#{version}_ruby-2.4.4_debian_linux_amd64.tar.gz"
@@ -60,4 +60,4 @@ builds:
60
60
- " entity.system.os == 'linux'"
61
61
- " entity.system.arch == 'amd64'"
62
62
- " entity.system.platform_family == 'debian'"
63
- - " entity.system.platform_release .split('.')[0] == '9'"
63
+ - " entity.system.platform_version .split('.')[0] == '9'"
0 commit comments