File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 # Bundles a Strict SDK by using the executable built in the 'build' stage and deploys it to
4848 # the Github releases. The $GITHUB_OAUTH_TOKEN has to be defined.
4949 - name : bundle-osx
50- env : [STRICT_PLATFORM=osx STRICT_ARCHITECTURE=x86_64 COMPILE_OS=darwin COMPILE_ARCH=amd ]
50+ env : [STRICT_PLATFORM=osx STRICT_ARCHITECTURE=x86_64 COMPILE_OS=darwin COMPILE_ARCH=amd64 ]
5151 << : *_bundle
5252 - name : bundle-linux
53- env : [STRICT_PLATFORM=windows STRICT_ARCHITECTURE=x86_64 COMPILE_OS=windows COMPILE_ARCH=amd ]
53+ env : [STRICT_PLATFORM=windows STRICT_ARCHITECTURE=x86_64 COMPILE_OS=windows COMPILE_ARCH=amd64 ]
5454 << : *_bundle
5555 - name : bundle-windows
56- env : [STRICT_PLATFORM=linux STRICT_ARCHITECTURE=x86_64 COMPILE_OS=linux COMPILE_ARCH=amd ]
56+ env : [STRICT_PLATFORM=linux STRICT_ARCHITECTURE=x86_64 COMPILE_OS=linux COMPILE_ARCH=amd64 ]
5757 << : *_bundle
5858 # Runs all tests.
5959 - stage : test
You can’t perform that action at this time.
0 commit comments