Skip to content

Commit ce5b284

Browse files
committed
chore: install qemu to make sure arm64 output works
1 parent 2bc06c6 commit ce5b284

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
VERSION_LABEL=$(grep 'org.opencontainers.image.version' ./Dockerfile | cut -d '"' -f 2)
2525
echo "VERSION=$VERSION_LABEL" >> $GITHUB_OUTPUT
2626
27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
29+
2730
- name: Set up Docker Buildx
2831
uses: docker/setup-buildx-action@v3
2932

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="postgis-vector" \
1010
org.opencontainers.image.description="postgresql+postgis container with pgvector added" \
1111
org.opencontainers.image.vendor="Payload" \
1212
org.opencontainers.image.authors="Payload <[email protected]>" \
13-
org.opencontainers.image.version="17-6.0" \
13+
org.opencontainers.image.version="17-7.0" \
1414
org.opencontainers.image.licenses="MIT" \
1515
org.opencontainers.image.url="https://github.com/payloadcms/postgis-vector" \
1616
org.opencontainers.image.source="https://github.com/payloadcms/postgis-vector"

0 commit comments

Comments
 (0)