Skip to content

Commit 32de293

Browse files
Merge pull request #965 from colophon-group/fix-crawler/split-browser-http
Fix Hetzner deploy: build for amd64
2 parents a465df6 + 911b813 commit 32de293

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy-crawler-browser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
id: version
2323
run: echo "version=$(cat apps/crawler/VERSION | tr -d '[:space:]')" >> "$GITHUB_OUTPUT"
2424

25-
- name: Set up QEMU (for ARM64 cross-build)
26-
uses: docker/setup-qemu-action@v3
27-
2825
- name: Set up Docker Buildx
2926
uses: docker/setup-buildx-action@v3
3027

@@ -39,7 +36,7 @@ jobs:
3936
uses: docker/build-push-action@v6
4037
with:
4138
context: apps/crawler
42-
platforms: linux/arm64
39+
platforms: linux/amd64
4340
push: true
4441
tags: |
4542
ghcr.io/${{ github.repository_owner }}/jobseek-crawler:latest

0 commit comments

Comments
 (0)