Skip to content

Commit

Permalink
chore: remove archives.format in goreleaser (#3828)
Browse files Browse the repository at this point in the history
* chore: update manager and scheduler version for compatibility e2e tests

Signed-off-by: Gaius <[email protected]>

* chore: remove archives.format in goreleaser

Signed-off-by: Gaius <[email protected]>

---------

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Feb 11, 2025
1 parent 84bfd66 commit 6506775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compatibility-e2e-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ jobs:
include:
- module: manager
image: manager
image-tag: v2.1.65
image-tag: v2.2.1-rc.0
chart-name: manager
skip: "Rate Limit"
- module: scheduler
image: scheduler
image-tag: v2.1.65
image-tag: v2.2.1-rc.0
chart-name: scheduler
skip: "Rate Limit"
- module: client
image: client
image-tag: v0.2.4
image-tag: v0.2.8
chart-name: client
skip: "Rate Limit"
- module: seed-client
image: client
image-tag: v0.2.4
image-tag: v0.2.8
chart-name: seed-client
skip: "Rate Limit"

Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ builds:

archives:
- name_template: "dragonfly-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
format: tar.gz
formats: ["tar.gz"]
files:
- LICENSE
- README.md
Expand Down

0 comments on commit 6506775

Please sign in to comment.