File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -71,29 +71,29 @@ jobs:
71
71
- name : Test OpenMP
72
72
run : build/shared/test.Magick.NET.sh OpenMP
73
73
74
- linux_arm64 :
75
- name : ' Linux (Q8/Q16/Q16-HDRI, arm64)'
76
- runs-on : ubuntu-latest
74
+ # linux_arm64:
75
+ # name: 'Linux (Q8/Q16/Q16-HDRI, arm64)'
76
+ # runs-on: ubuntu-latest
77
77
78
- steps :
78
+ # steps:
79
79
80
- - name : Checkout
81
- uses : actions/checkout@v4
82
- with :
83
- fetch-depth : 1
80
+ # - name: Checkout
81
+ # uses: actions/checkout@v4
82
+ # with:
83
+ # fetch-depth: 1
84
84
85
- - name : Install Magick.Native
86
- run : ' build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
85
+ # - name: Install Magick.Native
86
+ # run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
87
87
88
- - name : Set up QEMU
89
- uses : docker/setup-qemu-action@master
90
- with :
91
- platforms : arm64
88
+ # - name: Set up QEMU
89
+ # uses: docker/setup-qemu-action@master
90
+ # with:
91
+ # platforms: arm64
92
92
93
- - name : Test
94
- run : |
95
- export path=$(pwd)
96
- docker run -v $path:/Magick.NET mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 /Magick.NET/build/linux-arm64/github-actions.sh
93
+ # - name: Test
94
+ # run: |
95
+ # export path=$(pwd)
96
+ # docker run -v $path:/Magick.NET mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 /Magick.NET/build/linux-arm64/github-actions.sh
97
97
98
98
macos :
99
99
name : ' MacOS (Q8/Q16/Q16-HDRI)'
You can’t perform that action at this time.
0 commit comments