Skip to content

Commit

Permalink
update to .6
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Jan 15, 2025
1 parent edce75c commit 56b3f96
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 28 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cli-native-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,18 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
check-latest: false
cache: 'maven'

- name: Build with Maven
run: 'mvn package -Dmaven.test.skip=true'

- name: Temporarily save package
uses: actions/upload-artifact@v4
with:
Expand All @@ -45,7 +48,7 @@ jobs:
strategy:
matrix:
graalvm-distribution: ['graalvm']
jdk-version: ['21', '17']
jdk-version: ['21']
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Download application package
Expand Down
14 changes: 7 additions & 7 deletions RELEASES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@ chmod 755 src/main/dist/astra-init.sh
- Packaging

```
export ASTRA_CLI_VERSION=0.5
tar -czf astra-cli-0.5-x86_64_linux.bottle.tar.gz *
export ASTRA_CLI_VERSION=0.6
tar -czf astra-cli-0.6-x86_64_linux.bottle.tar.gz *
zip astra-cli-$ASTRA_CLI_VERSION-linux.zip *
```

```
zip astra-cli-0.4.zip *
zip astra-cli-0.4-linux.zip *
zip astra-cli-0.5-mac.zip *
tar -czf astra-cli-0.4-homebrew.tar.gz *
brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cli-0.4-homebrew.tar.gz
zip astra-cli-0.6.zip *
zip astra-cli-0.6-linux.zip *
zip astra-cli-0.6-mac.zip *
tar -czf astra-cli-0.6-homebrew.tar.gz *
brew create https://github.com/datastax/astra-cli/releases/download/0.6/astra-cli-0.6-homebrew.tar.gz
```

- Edit Releases
Expand Down
Loading

0 comments on commit 56b3f96

Please sign in to comment.