revert 9fce46386b
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:
3
.github/workflows/build-alpine.yml
vendored
3
.github/workflows/build-alpine.yml
vendored
@@ -13,7 +13,8 @@ env:
|
||||
|
||||
jobs:
|
||||
build-alpine:
|
||||
runs-on: host
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Reference in New Issue
Block a user