Skip to content

Commit

Permalink
merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 1, 2025
2 parents 0b17798 + 03ff24f commit f17321a
Show file tree
Hide file tree
Showing 249 changed files with 2,336 additions and 6,077 deletions.
118 changes: 0 additions & 118 deletions .github/workflows/auto-cache-pool-tarball.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/build-debian-builder-container.sh

This file was deleted.

19 changes: 15 additions & 4 deletions .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build-linux-aarch64
on: [ push, pull_request ]

env:
BUILD_PHP_VERSION: 8.2.13
BUILD_PHP_VERSION: 8.2.27

jobs:
linux-aarch64:
Expand All @@ -12,9 +12,10 @@ jobs:
strategy:
matrix:
php-version:
- "8.2.13"
- "8.1.27"
# - "8.3.3"
- "8.2.27"
- "8.1.31"
- "8.3.15"
- "8.4.2"
steps:
- uses: actions/checkout@v4
- name: Show Environment Info
Expand Down Expand Up @@ -207,3 +208,13 @@ jobs:
files: |
php-cli-v${{ env.APP_VERSION }}-linux-arm64.tar.xz
php-cli-v${{ env.APP_VERSION }}-linux-arm64-debug.tar.xz
- name: upload artifacts to cloud object storage
if: ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }}
env:
OSS_SECRET_ID: ${{ secrets.QCLOUD_OSS_SECRET_ID }}
OSS_SECRET_KEY: ${{ secrets.QCLOUD_OSS_SECRET_KEY }}
OSS_BUCKET: ${{ vars.QCLOUD_OSS_BUCKET }}
OSS_REGION: ${{ vars.QCLOUD_OSS_REGION }}
run: |
bash sapi/scripts/tencent-cloud-object-storage.sh --upload-file ${{ github.workspace }}/swoole-cli-v${{ env.APP_VERSION }}-linux-arm64.tar.xz
Loading

0 comments on commit f17321a

Please sign in to comment.