revert 9fce46386b
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 3s
Build Debian Package / build-debian (push) Has been cancelled

revert Modify Alpine Linux build workflow to run on host runner

- Change Alpine build job to run directly on host runner
- Remove container specification from workflow configuration
This commit is contained in:
2025-02-01 06:23:53 +00:00
parent 9fce46386b
commit 2fbc59be7f

View File

@@ -13,7 +13,8 @@ env:
jobs:
build-alpine:
runs-on: host
runs-on: ubuntu-latest
container: alpine:latest
steps:
- name: Checkout repository