Skip to content

Commit 297f059

Browse files
ci(publish): only build amd64 for now (#814)
arm64 seems to take too long and GitHub Actions eventually times out.
1 parent a6e1889 commit 297f059

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 1
1717

18-
- name: Set up QEMU
19-
uses: docker/setup-qemu-action@v3
20-
2118
- name: Set up Docker Buildx
2219
uses: docker/setup-buildx-action@v3
2320

@@ -33,7 +30,7 @@ jobs:
3330
with:
3431
context: .
3532
target: hyperion-proxy
36-
platforms: linux/amd64,linux/arm64
33+
platforms: linux/amd64
3734
push: true
3835
tags: |
3936
ghcr.io/${{ github.repository }}/hyperion-proxy:latest
@@ -44,7 +41,7 @@ jobs:
4441
with:
4542
context: .
4643
target: tag
47-
platforms: linux/amd64,linux/arm64
44+
platforms: linux/amd64
4845
push: true
4946
tags: |
5047
ghcr.io/${{ github.repository }}/tag:latest

0 commit comments

Comments
 (0)