File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5959
6060 build :
6161 needs : build-sentry-native
62- name : .NET (${{ matrix.container || matrix.os }})
62+ name : .NET (${{ matrix.container.image || matrix.os }})
6363 runs-on : ${{ matrix.os }}
6464 container : ${{ matrix.container }}
6565
7373 target : Linux-arm64
7474 - os : ubuntu-latest
7575 target : Linux-musl
76- container : ghcr.io/getsentry/sentry-dotnet-alpine:3.21
76+ container :
77+ image : ghcr.io/getsentry/sentry-dotnet-alpine:3.21
78+ volumes :
79+ - /var/run/docker.sock:/var/run/docker.sock
7780 - os : macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
7881 - os : windows-latest
7982 - os : windows-11-arm
@@ -214,7 +217,7 @@ jobs:
214217 path : src
215218
216219 - name : Install Docker on Alpine Linux
217- if : ${{ contains(matrix.container, 'alpine') }}
220+ if : ${{ contains(matrix.container.image , 'alpine') }}
218221 run : |
219222 sudo apk add docker-cli
220223
You can’t perform that action at this time.
0 commit comments