Files
packages/.github/workflows/update-comps.yml
T
Raboneko 10c2d7fcd9 chore: Add 44 to comps (#9980) (#9987)
(cherry picked from commit 670935a01b)

Signed-off-by: Gilver <roachy@fyralabs.com>
Co-authored-by: Gilver <roachy@fyralabs.com>
2026-02-20 06:50:03 -06:00

32 lines
654 B
YAML

name: Push comps updates
permissions:
contents: read
on:
push:
branches:
- frawhide
- f44
- f43
- f42
- el10
paths:
- comps.xml
workflow_dispatch:
jobs:
update-comps:
runs-on: ubuntu-24.04-arm
container:
image: ghcr.io/terrapkg/builder:frawhide
steps:
- uses: actions/checkout@v6
- name: Push to subatomic
run: |
branch=${{ github.ref_name }}
ver=${branch/f/}
subatomic-cli upload-comps \
--server https://subatomic.fyralabs.com \
--token ${{ secrets.SUBATOMIC_TOKEN }} \
"terra${ver}" comps.xml