Skip to content

Commit

Permalink
Change docker image (#52)
Browse files Browse the repository at this point in the history
Docker image will be updated to support xcode 15 and ndk 26 for omvll plugin compilation, then update the docker used here for 1.0 instead of latest
  • Loading branch information
sevilS authored Jul 18, 2024
1 parent d46c321 commit 62f8d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
-v /tmp/third-party-ndk25:/third-party \
-v ${{ github.workspace }}/dist/Python-3.10.7:/Python-3.10.7 \
-v $GITHUB_WORKSPACE:/o-mvll \
openobfuscator/omvll-build:latest bash /o-mvll/scripts/docker/ndk_r25_compile.sh
openobfuscator/omvll-build:1.0 bash /o-mvll/scripts/docker/ndk_r25_compile.sh
- name: Generate deployment tar
uses: a7ul/tar-action@v1.1.3
id: compress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
docker run --rm \
-v /tmp/third-party-xcode14:/third-party \
-v $GITHUB_WORKSPACE:/o-mvll \
openobfuscator/omvll-build:latest bash /o-mvll/scripts/docker/xcode_14_compile.sh
openobfuscator/omvll-build:1.0 bash /o-mvll/scripts/docker/xcode_14_compile.sh
- name: O-MVLL Signing
uses: indygreg/apple-code-sign-action@v1.0
with:
Expand Down

0 comments on commit 62f8d32

Please # to comment.