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.
2 parents ac5b4b1 + e330759 commit 64908beCopy full SHA for 64908be
.github/workflows/package.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
- - { name: x86_64 Linux, target: x86_64-unknown-linux-gnu, runner: bare-metal, container: 'debian:bookworm' }
+ - { name: x86_64 Linux, target: x86_64-unknown-linux-gnu, runner: ubuntu-latest }
18
- { name: aarch64 Linux, target: aarch64-unknown-linux-gnu, runner: arm-runner }
19
# Disabled because musl builds weren't working and we didn't want to investigate. See https://github.com/clockworklabs/SpacetimeDB/pull/2964.
20
# - { name: x86_64 Linux musl, target: x86_64-unknown-linux-musl, runner: bare-metal, container: alpine }
0 commit comments