ublue-os / bluefin

The next generation Linux workstation, designed for reliability, performance, and sustainability.
https://projectbluefin.io
Apache License 2.0
1.3k stars 166 forks source link

Temporarily publish a `gts` tag for F38 #616

Closed castrojo closed 1 year ago

castrojo commented 1 year ago

Ok so F39 is pushed to 7 November - we were hoping to use the offline ISO that defaults to gts.

We need to launch everything (not just the ISO, there's associated website, docs stuff) before 4 November since that's Kubecon.

bobslept commented 1 year ago

Temporary moving this gts if out of here, so it wouldn't have to wait on f39 getting the latest tag. So we can get a live gts tag already. And revert this when f39 gets the latest tag.

          if [[ "${{ matrix.is_latest_version }}" == "true" ]] && \
             [[ "${{ matrix.is_stable_version }}" == "true" ]]; then
              BUILD_TAGS+=("latest")
          elif [[ "${{ matrix.is_gts_version }}" == "true" ]]; then
              BUILD_TAGS+=("gts")
          fi

To

          if [[ "${{ matrix.is_latest_version }}" == "true" ]] && \
             [[ "${{ matrix.is_stable_version }}" == "true" ]]; then
              BUILD_TAGS+=("latest")
          fi
          if [[ "${{ matrix.is_gts_version }}" == "true" ]]; then
              BUILD_TAGS+=("gts")
          fi
castrojo commented 1 year ago

Oh also, would we need to touch any of the other images? (hoping for a no!)

bobslept commented 1 year ago

image