Skip to content

Commit 9dabcb1

Browse files
committed
Do not install qemu for golang
1 parent 8c050db commit 9dabcb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/images.yml

+2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ jobs:
136136
|| (inputs.implementation)
137137
)
138138
&& !startsWith(matrix.image, 'dotnet-')
139+
&& !startsWith(matrix.image, 'go-')
139140
# See https://devblogs.microsoft.com/dotnet/improving-multiplatform-container-support/ for why not .NET
141+
# See https://docs.docker.com/build/building/multi-platform/#cross-compiling-a-go-application for why not Golang
140142

141143
- name: Build
142144
id: build_image

0 commit comments

Comments
 (0)