Skip to content

Commit 662938d

Browse files
šŸ”§ update(container): override release-platforms to amd64 to eliminate QEMU arm64 stalls (#65)
* Initial plan * āš™ļø setup (container): add release-platforms linux/amd64 to skip QEMU arm64 emulation on release Agent-Logs-Url: https://github.com/wgtechlabs/unthread-webhook-server/sessions/667989d0-7445-4e92-b636-a61d17c9c16f Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
1 parent cd32386 commit 662938d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ā€Ž.github/workflows/container.ymlā€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
dockerfile: ./Dockerfile
3535
context: .
3636
platforms: linux/amd64,linux/arm64
37+
release-platforms: linux/amd64
3738

3839
# Build Arguments
3940
build-args: |

0 commit comments

Comments
Ā (0)