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 e81ce2f commit e44a0d7Copy full SHA for e44a0d7
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ env:
39
jobs:
40
release:
41
name: Build and publish
42
- runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
+ runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
43
env:
44
# Necessary for Docker manifest
45
DOCKER_CLI_EXPERIMENTAL: "enabled"
0 commit comments