Merge pull request #662 from kiwix/osname
Add OS_NAME to docker trigger job
This commit is contained in:
commit
2130ec1255
|
@ -215,6 +215,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
PLATFORM_TARGET: native_static
|
PLATFORM_TARGET: native_static
|
||||||
|
OS_NAME: linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue