-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ubuntu 18.04ベースのDockerイメージ自動ビルドを追加 (#98)
* docker: add BASE_IMAGE arg * build-docker: support BASE_IMAGE arg * build-docker: add ubuntu18.04 images * fix duplicated docker image tags * Makefile: build-linux-docker-ubuntu18.04 * linux: sort workflow job matrix * linux docker: upgrade to VOICEVOX CORE 0.6.0 * linux docker: overwrite gpu so with cpu so * linux docker: rewrite setup.py to use libcore_cpu for cpu image * remove unused core shared object (prevent ldconfig error) * swap build arg order (core library name -> core example version) * revert swap * fix yaml string * fix yaml string * fix matrix * fix matrix * reduce diff * revert matrix build.yml * on push master * split workaround layer * follow voicevox core 0.6.0 * Makefile: follow #114 * reset workaround: rename libcore_cpu to libcore * rm -f instead rm * reorder entrypoint.sh dump to fast debug rebuild * logic to determine old glibc is used or not * replace glibc version check logic with build arg flag * add use_glibc_229_workaround build-arg to workflow * workflow: commonize voicevox_core_version, voicevox_core_example_version * add os in matrix * add tag to matrix * commonize os * fix matrix for build.yml * fix matrix for build.yml * rm os in include * add tag in matrix * use cpu core for cpu-ubuntu18.04 * rename GLIBC_229_WORKAROUND to GLIBC_231_WORKAROUND * fix indent * remove redundant versions * replace retry logic (unsupported feature for old gnu parallel) * fix indent * revert ldconfig location
- Loading branch information
Showing
3 changed files
with
103 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters