Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #588 from connorsmith256/backport/support-newer-di…
Browse files Browse the repository at this point in the history
…stros

add Ubuntu 23 and Fedora 38 to list of distros
  • Loading branch information
thomastaylor312 authored Jun 1, 2023
2 parents 1de9929 + 7c4b0da commit 0ce6b19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_debrpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
nfpm pkg --packager rpm -f build/nfpm.${{matrix.arch}}.yaml
- name: Push amd64 (deb)
run: |
debs=(35 203 206 207 210 215 219 220 221 233 235 237 261)
debs=(35 203 206 207 210 215 219 220 221 233 235 237 261 266)
for distro_version in "${debs[@]}"; do
curl -F "package[distro_version_id]=${distro_version}" -F "package[package_file]=@$(ls wash_*_${{matrix.arch}}.deb)" https://$PACKAGECLOUD_TOKEN:@packagecloud.io/api/v1/repos/wasmcloud/core/packages.json;
done
- name: Push x86_64 (rpm)
run: |
rpms=(194 204 209 216 226 231 236 239 240 244 260)
rpms=(194 204 209 216 226 231 236 239 240 244 260 273)
for distro_version in "${rpms[@]}"; do
curl -F "package[distro_version_id]=${distro_version}" -F "package[package_file]=@$(ls wash-*.${{matrix.rpmarch}}.rpm)" https://$PACKAGECLOUD_TOKEN:@packagecloud.io/api/v1/repos/wasmcloud/core/packages.json;
done
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wash-cli"
version = "0.17.4"
version = "0.17.5"
authors = ["wasmCloud Team"]
categories = ["wasm", "command-line-utilities"]
description = "wasmcloud Shell (wash) CLI tool"
Expand Down

0 comments on commit 0ce6b19

Please sign in to comment.