Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
bck01215 committed Jun 20, 2024
1 parent 8b7aaf3 commit 34b04bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
matrix:
include:
- arch: x86_64-unknown-linux-gnu
os: ubuntu-22.04
os: ubuntu-20.04
file_name: elasticnow-${{ github.ref_name }}-linux-amd64
file_ext: .tar.gz

- arch: x86_64-unknown-linux-musl
os: ubuntu-22.04
os: ubuntu-20.04
file_name: elasticnow-${{ github.ref_name }}-linux-amd64-musl
file_ext: .tar.gz
- arch: aarch64-unknown-linux-gnu
os: ubuntu-22.04
os: ubuntu-20.04
file_name: elasticnow-${{ github.ref_name }}-linux-arm64
file_ext: .tar.gz
- arch: x86_64-apple-darwin
Expand Down

0 comments on commit 34b04bb

Please sign in to comment.