mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-19 10:33:10 +00:00
Enable Arm CI
This commit is contained in:
+12
-12
@@ -85,18 +85,18 @@ jobs:
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
|
|
||||||
# linux-arm:
|
linux-arm:
|
||||||
# name: ARM (${{ matrix.arch }})
|
name: ARM (${{ matrix.arch }})
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# strategy:
|
strategy:
|
||||||
# matrix:
|
matrix:
|
||||||
# arch: [armv6, armv7, arm64]
|
arch: [armv6, armv7, arm64]
|
||||||
# steps:
|
steps:
|
||||||
# - name: Build ${{ env.PACKAGE_NAME }}
|
- name: Build ${{ env.PACKAGE_NAME }}
|
||||||
# run: |
|
run: |
|
||||||
# python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
|
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
|
||||||
# chmod a+x builder
|
chmod a+x builder
|
||||||
# ./builder build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }} --spec=downstream
|
./builder build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }} --spec=downstream
|
||||||
|
|
||||||
# windows-vc16:
|
# windows-vc16:
|
||||||
# runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user