Skip to content

Commit

Permalink
(cherry-pick) Rancher specfic changes
Browse files Browse the repository at this point in the history
* replace upstream's workflow with Rancher's workflow files and add FOSSA

* cherry pick commits: f327746, b8966a6
refactor rancher build process due to upstream changes and update docker version and buildx version

* fix drone build failure

`go install ginkgo` followed by `which ginkgo` is newly added in the upstream repo.
This is making the drone build fail for arm64 arch. The ginkgo library
gets installed under $GOPATH/bin/linux_arm64 dir. This is unlike amd64 images
which typically install go libraries under $GOPATH/bin. Since the previously mentioned
dir is not in PATH, the command `which ginkgo` fails. I've added this location to PATH
to fix the build failure. See upstream PRs linked below for more info:
kubernetes#8566
kubernetes#8569

* Fix flaky arm64 emulator issue docker/buildx#542

Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
  • Loading branch information
ryansann authored and chiukapoor committed Sep 5, 2024
1 parent d3bb2b4 commit 8d82c94
Show file tree
Hide file tree
Showing 32 changed files with 306 additions and 1,226 deletions.
322 changes: 0 additions & 322 deletions .github/workflows/ci.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/depreview.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/docs.yaml

This file was deleted.

Loading

0 comments on commit 8d82c94

Please sign in to comment.