There was an error while loading. Please reload this page.
2 parents a465df6 + 911b813 commit 32de293Copy full SHA for 32de293
1 file changed
.github/workflows/deploy-crawler-browser.yml
@@ -22,9 +22,6 @@ jobs:
22
id: version
23
run: echo "version=$(cat apps/crawler/VERSION | tr -d '[:space:]')" >> "$GITHUB_OUTPUT"
24
25
- - name: Set up QEMU (for ARM64 cross-build)
26
- uses: docker/setup-qemu-action@v3
27
-
28
- name: Set up Docker Buildx
29
uses: docker/setup-buildx-action@v3
30
@@ -39,7 +36,7 @@ jobs:
39
36
uses: docker/build-push-action@v6
40
37
with:
41
38
context: apps/crawler
42
- platforms: linux/arm64
+ platforms: linux/amd64
43
push: true
44
tags: |
45
ghcr.io/${{ github.repository_owner }}/jobseek-crawler:latest
0 commit comments