Modify Alpine Linux build workflow to run on host runner
Some checks are pending
Build Debian Package / build-debian (push) Successful in 1m38s
Build Alpine Package / build-alpine (push) Waiting to run

- 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:13:32 +00:00
parent 5235205167
commit 9fce46386b

View File

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