Skip to content

Commit

Permalink
Update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
kavplex committed Apr 26, 2024
1 parent 3acabab commit d6e638c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get-update-targets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
# Set up needed variables.
LATEST_VERSION="$(curl -s 'https://mpr.${{ inputs.makedeb_url }}/packages-meta-ext-v2.json.gz' | jq -r '.[] | select(.PackageBase=="${{ inputs.pkgbase }}").Version')"
DISTROS=('focal' 'jammy' 'lunar' 'mantic' 'bullseye' 'bookworm')
DISTROS=('focal' 'jammy' 'lunar' 'mantic' 'noble' 'bullseye' 'bookworm')
ARCHS=('amd64' 'arm64')
OUTPUT='[]'
Expand Down Expand Up @@ -145,7 +145,7 @@ runs:
if [[ "${apt_version}" != "${LATEST_VERSION}" ]]; then
case "${distro}" in
focal|jammy|lunar|mantic) tag="ubuntu-${distro}" ;;
focal|jammy|lunar|mantic|noble) tag="ubuntu-${distro}" ;;
bullseye|bookworm) tag="debian-${distro}" ;;
esac
Expand Down

0 comments on commit d6e638c

Please sign in to comment.