Skip to content

go-notices-update should run on both amd64 and arm64 #1224

@NimrodAvni78

Description

@NimrodAvni78

when running make go-notices-update which runs go-licenses, it runs only on the specific OS you are running the image on
our CI runs on amd64. which generates the notices and makes sure the work tree is clean.
this creates 2 issues:

  1. we don't save arm64 specific notices
  2. running make go-notices-update on arm64 creates diffs from when our CI runs this

also relates to google/go-licenses#187

proposed solution:
change go-licenses to run go-licenses tool with both amd64 and arm64 GOARCH, add both notices (not supported by go-licenses)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions