We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3216ca1 commit 0aaaf9bCopy full SHA for 0aaaf9b
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- os: ubuntu-24.04-arm
31
rid: linux-musl-arm64
32
container:
33
- image: ghcr.io/jpnurmi/sentry-dotnet-alpine:3.21 # TODO: getsentry
+ image: ghcr.io/getsentry/sentry-dotnet-alpine:3.21
34
volumes:
35
- /tmp/node20:/__e/node20
36
- os: macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
@@ -103,7 +103,7 @@ jobs:
103
104
slnf: Sentry-CI-Build-Linux-musl.slnf
105
106
107
108
109
- /var/run/docker.sock:/var/run/docker.sock
0 commit comments