File tree Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -67,27 +67,22 @@ jobs:
6767 - name : Test OpenMP
6868 run : build/shared/test.Magick.NET.sh OpenMP
6969
70- # linux_arm64:
71- # name: 'Linux (Q8/Q16/Q16-HDRI, arm64)'
72- # runs-on: ubuntu-latest
70+ linux_arm64 :
71+ name : ' Linux (Q8/Q16/Q16-HDRI, arm64)'
72+ runs-on : ubuntu-24-arm
7373
74- # steps:
75-
76- # - name: Checkout
77- # uses: actions/checkout@v4
74+ steps :
7875
79- # - name: Install Magick.Native
80- # run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
76+ - name : Checkout
77+ uses : actions/checkout@v4
8178
82- # - name: Set up QEMU
83- # uses: docker/setup-qemu-action@master
84- # with:
85- # platforms: arm64
79+ - name : Install Magick.Native
80+ run : ' build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
8681
87- # - name: Test
88- # run: |
89- # export path=$(pwd)
90- # docker run -v $path:/Magick.NET mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 /Magick.NET/build/linux-arm64/github-actions.sh
82+ - name : Test
83+ run : |
84+ export path=$(pwd)
85+ docker run -v $path:/Magick.NET mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 /Magick.NET/build/linux-arm64/github-actions.sh
9186
9287 macos :
9388 name : ' MacOS (Q8/Q16/Q16-HDRI)'
You can’t perform that action at this time.
0 commit comments