We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c050db commit 9dabcb1Copy full SHA for 9dabcb1
.github/workflows/images.yml
@@ -136,7 +136,9 @@ jobs:
136
|| (inputs.implementation)
137
)
138
&& !startsWith(matrix.image, 'dotnet-')
139
+ && !startsWith(matrix.image, 'go-')
140
# 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
142
143
- name: Build
144
id: build_image
0 commit comments