Skip to content

Commit

Permalink
fix(ci): Build RocksDB docker image on ubuntu-22.04 (#2068)
Browse files Browse the repository at this point in the history
Segfault still occurs with pinned docker image, requires ubuntu-22.04 instead of 24
  • Loading branch information
drklee3 authored Feb 15, 2025
1 parent 2999cc6 commit d9ce773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

docker-rocksdb:
# https://github.com/marketplace/actions/build-and-push-docker-images
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# ensure working with latest code
- name: Checkout
Expand All @@ -93,6 +93,7 @@ jobs:
# Latest version causes segfault:
# https://github.com/docker/setup-qemu-action/issues/198
image: tonistiigi/binfmt:qemu-v7.0.0-28
platforms: linux/amd64,linux/arm64

# cross-platform build of the image
- name: Set up Docker Buildx
Expand Down

0 comments on commit d9ce773

Please sign in to comment.