We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89ae3f commit d1857aaCopy full SHA for d1857aa
.github/workflows/release.yml
@@ -25,12 +25,12 @@ jobs:
25
docker_image: ubuntu
26
container_name: ubuntu_container
27
upload_path: ../griddb_*_amd64.deb
28
- - os: Centos
+ - os: Rockylinux
29
file_type: rpm
30
package_path: ./griddb/installer/RPMS/x86_64/griddb-*-linux.x86_64.rpm
31
- docker_file: .github/workflows/dockerFile/Dockerfile-centos
32
- docker_image: centos
33
- container_name: centos_container
+ docker_file: .github/workflows/dockerFile/Dockerfile-rockylinux
+ docker_image: rockylinux
+ container_name: rockylinux_container
34
upload_path: installer/RPMS/x86_64/griddb-*-linux.x86_64.rpm
35
36
steps:
0 commit comments