Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Pichi <pichi@elude.in>
  • Loading branch information
Pichi committed Dec 27, 2023
1 parent 50341ba commit a74d42a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
image: ubuntu-22.04
os: android
args: -r android-ndk/r25c -l 33 -a armv8
args: -r android-ndk/r26b -l 34 -a armv8
10 changes: 7 additions & 3 deletions .github/workflows/conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
- name: Install NASM for windows
if: ${{ inputs.os == 'windows' }}
run: choco install -y nasm
- name: Build Pichi Recipe
run: >-
sh .conan/scripts/build.sh
- name: Export BoringSSL recipe into the Conan cache
run: .conan/scripts/conan.sh export -k .conan/scripts/latest.lock boringssl
- name: Export libmaxminddb recipe into the Conan cache
run: .conan/scripts/conan.sh export -k .conan/scripts/latest.lock libmaxminddb
- name: Build pichi recipe
run: >
.conan/scripts/conan.sh build -k .conan/scripts/latest.lock
-p ${{ inputs.os }}
${{ inputs.args }}
latest
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
uses: docker/build-push-action@v3.2.0
with:
context: .
file: docker/pichi-openssl.dockerfile
file: docker/pichi.dockerfile
push: true
tags: ${{ env.registry }}/${{ env.image }}:${{ github.ref_name }}
- name: Build & Publish latest Docker Image
if: ${{ github.event_name == 'push' }}
uses: docker/build-push-action@v3.2.0
with:
context: .
file: docker/pichi-openssl.dockerfile
file: docker/pichi.dockerfile
push: true
tags: ${{ env.registry }}/${{ env.image }}:latest
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
image: macos-12
os: ios
args: -a armv8 -v 16.0
args: -a armv8 -v 17.0

0 comments on commit a74d42a

Please sign in to comment.