Skip to content

Commit ab25153

Browse files
committed
ci: Docker: Go x86 in qemu seems to be broken
golang/go#1508
1 parent 44c0579 commit ab25153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
strategy:
4343
matrix:
44-
arches: [amd64, arm64, "386", arm/v7, arm/v6]
44+
arches: [amd64, arm64, arm/v7, arm/v6]
4545

4646
steps:
4747
- name: Checkout repository

0 commit comments

Comments
 (0)