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
|
||||
env:
|
||||
PLATFORM_TARGET: native_static
|
||||
OS_NAME: linux
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue