Skip to content

Commit

Permalink
Updates for organisation move (#10)
Browse files Browse the repository at this point in the history
* Updates for organisation move
  • Loading branch information
sm-powell authored Oct 4, 2024
1 parent cd10bec commit 80b1490
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @Arm-Debug/platform
* @ArmDeveloperEcosystem/platform
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

`kubearchinspect` is a utility to check if container images in a Kubernetes cluster have arm architecture support.

[![Main CI/CD](https://github.com/Arm-Debug/kubearchinspect/actions/workflows/main.yml/badge.svg)](https://github.com/Arm-Debug/kubearchinspect/actions/workflows/main.yml)
[![Main CI/CD](https://github.com/ArmDeveloperEcosystem/kubearchinspect/actions/workflows/main.yml/badge.svg)](https://github.com/ArmDeveloperEcosystem/kubearchinspect/actions/workflows/main.yml)

## Installation

### From binary

You can directly [download the kubearchinspect executable](https://github.com/Arm-Debug/kubearchinspect/releases).
You can directly [download the kubearchinspect executable](https://github.com/ArmDeveloperEcosystem/kubearchinspect/releases).

### Build manually

Expand Down
1 change: 1 addition & 0 deletions changes/1.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updates required after migration to ArmDeveloperEcosystem organisation
4 changes: 2 additions & 2 deletions cmd/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"fmt"
"log"

"github.com/Arm-Debug/kubearchinspect/internal/images"
"github.com/Arm-Debug/kubearchinspect/internal/k8s"
"github.com/ArmDeveloperEcosystem/kubearchinspect/internal/images"
"github.com/ArmDeveloperEcosystem/kubearchinspect/internal/k8s"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Arm-Debug/kubearchinspect
module github.com/ArmDeveloperEcosystem/kubearchinspect

go 1.22.2

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

package main

import "github.com/Arm-Debug/kubearchinspect/cmd"
import "github.com/ArmDeveloperEcosystem/kubearchinspect/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit 80b1490

Please sign in to comment.