Skip to content

Commit

Permalink
remove k3s_release command
Browse files Browse the repository at this point in the history
  • Loading branch information
tashima42 committed Jan 26, 2024
1 parent 608c611 commit bd375c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
files: |
${{ github.workspace }}/bin/bootstrap_hash
${{ github.workspace }}/bin/check_for_k8s_release
${{ github.workspace }}/bin/cut_k3s_release_issue
${{ github.workspace }}/bin/cut_rke2_release_issue
${{ github.workspace }}/bin/delete_release_assets
${{ github.workspace }}/bin/rancher_image_scan
Expand Down Expand Up @@ -56,13 +55,6 @@ jobs:
${{ github.workspace }}/cmd/gen_release_report/bin/gen_release_report-linux-amd64
${{ github.workspace }}/cmd/gen_release_report/bin/gen_release_report-linux-arm64
${{ github.workspace }}/cmd/gen_release_report/bin/sha256sums-gen_release_report.txt
${{ github.workspace }}/cmd/k3s_release/bin/k3s_release-darwin-amd64
${{ github.workspace }}/cmd/k3s_release/bin/k3s_release-darwin-arm64
${{ github.workspace }}/cmd/k3s_release/bin/k3s_release-freebsd-amd64
${{ github.workspace }}/cmd/k3s_release/bin/k3s_release-freebsd-arm64
${{ github.workspace }}/cmd/k3s_release/bin/k3s_release-linux-amd64
${{ github.workspace }}/cmd/k3s_release/bin/k3s_release-linux-arm64
${{ github.workspace }}/cmd/k3s_release/bin/sha256sums-k3s_release.txt
${{ github.workspace }}/cmd/rancher_release/bin/rancher_release-darwin-amd64
${{ github.workspace }}/cmd/rancher_release/bin/rancher_release-darwin-arm64
${{ github.workspace }}/cmd/rancher_release/bin/rancher_release-freebsd-amd64
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ gen_release_notes:
gen_release_report:
cd cmd/$@ && $(MAKE)

.PHONY: k3s_release
k3s_release:
cd cmd/$@ && $(MAKE)

.PHONY: rancher_release
rancher_release:
cd cmd/$@ && $(MAKE)
Expand Down
2 changes: 1 addition & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BINARIES = gen_release_notes gen_release_report backport semv k3s_release rancher_release test_coverage upstream_go_version rke2_release release
BINARIES = gen_release_notes gen_release_report backport semv rancher_release test_coverage upstream_go_version rke2_release release
ARCHS ?= amd64 arm64
OSs ?= linux darwin freebsd
GO_COMPILE = GOOS=$${os} GOARCH=$${arch} CGO_ENABLED=1 $(GO) build -tags $(TAGS) -v -ldflags "$(LDFLAGS)" -o $@-$${os}-$${arch}
Expand Down

0 comments on commit bd375c7

Please sign in to comment.