Skip to content

Commit 6f5bed1

Browse files
build: update build-and-push.yml.
1 parent dd79c3c commit 6f5bed1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build-and-push-python-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- linux/amd64,linux/arm64
1515
jobs:
1616
build-and-push-python-pg-to-ghcr:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Check Disk Space
2020
run: df -h

.github/workflows/build-and-push-vector-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
build-and-push-vector-model-to-ghcr:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- name: Check Disk Space
2525
run: df -h

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
build-and-push-to-dockerhub:
9898
if: ${{ contains(github.event.inputs.registry, 'dockerhub') }}
99-
runs-on: ubuntu-latest
99+
runs-on: ubuntu-22.04
100100
steps:
101101
- name: Check Disk Space
102102
run: df -h
@@ -133,6 +133,9 @@ jobs:
133133
${DOCKER_IMAGE_TAGS} .
134134
- name: Set up QEMU
135135
uses: docker/setup-qemu-action@v3
136+
with:
137+
# Until https://github.com/tonistiigi/binfmt/issues/215
138+
image: tonistiigi/binfmt:qemu-v8.1.5
136139
- name: Set up Docker Buildx
137140
uses: docker/setup-buildx-action@v3
138141
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)