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.
dstack-shim
1 parent cd07427 commit f2ae93bCopy full SHA for f2ae93b
.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
135
run: |
136
VERSION=${GITHUB_REF#refs/tags/}
137
CGO_ENABLED=0 go build -ldflags "-X 'main.Version=$VERSION' -extldflags '-static'" -o dstack-runner-$GOOS-$GOARCH $REPO_NAME/runner/cmd/runner
138
- CGO_ENABLED=1 go build -ldflags "-X 'main.Version=$VERSION' -extldflags '-static'" -o dstack-shim-$GOOS-$GOARCH $REPO_NAME/runner/cmd/shim
+ CGO_ENABLED=1 go build -ldflags "-X 'main.Version=$VERSION'" -o dstack-shim-$GOOS-$GOARCH $REPO_NAME/runner/cmd/shim
139
- uses: actions/upload-artifact@v4
140
with:
141
name: dstack-runner-${{ matrix.goos }}-${{ matrix.goarch }}
0 commit comments