We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ae4bf commit 8d50d8eCopy full SHA for 8d50d8e
.goreleaser.yaml
@@ -1,4 +1,4 @@
1
-# Make sure to check the documentation at https://goreleaser.com
+# Documented at https://goreleaser.com
2
before:
3
hooks:
4
- go mod tidy
tests/integration/rkeMachineConfig_test.go
@@ -11,6 +11,8 @@ import (
11
12
func (m *IntegrationSuite) TestRKEMachineConfig() {
13
if runtime.GOARCH == "arm64" && os.Getenv("CI") != "" {
14
+ // Temporarily workaround https://github.com/rancher/rancher/issues/45837 :
15
+ // Not all CRDs are built in GHA/arm64
16
m.T().Skip("Skipping the RKE Machine-Config test on arm64 in CI -- machine info not available")
17
}
18
objGVK := schema.GroupVersionKind{
0 commit comments