Skip to content

Commit

Permalink
feat(goreleaser): use ubuntu 20.04 build as default linux artifact (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho authored Sep 10, 2024
1 parent 30f87fc commit 401c62b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
strategy:
matrix:
job:
# use ubuntu20.04 as default one, for backward compatibility
- os: ubuntu-20.04
platform: linux
target: linux_amd64
goreleaser_suffix: _ubuntu20.04

- os: ubuntu-22.04
- os: ubuntu-20.04
platform: linux
target: linux_amd64
goreleaser_suffix: _ubuntu22.04
goreleaser_suffix: _ubuntu20.04

# default one, for backward compatibility
- os: ubuntu-22.04
platform: linux
target: linux_amd64
goreleaser_suffix: _ubuntu22.04

- os: ubuntu-24.04
platform: linux
Expand Down

0 comments on commit 401c62b

Please sign in to comment.