update CICD to use alpine
Some checks failed
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
dealjus 2025-04-28 22:27:05 -07:00
parent 935f9fce2f
commit f7ed051401

View File

@ -16,7 +16,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
runs-on: alpine
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4