Files
packages/.github/workflows/update-comps.yml
T
Owen Zimmerman ac1ba4d9d2 feat: f44 CI (#9736)
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-02-09 16:35:01 -08:00

32 lines
649 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:f44
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