debug alpine
This commit is contained in:
@@ -6,13 +6,13 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, high-priority]
|
||||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- name: Set up and Install Dependencies
|
||||
run: |
|
||||
apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cache gcc musl-dev nodejs npm git
|
||||
apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cache gcc musl-dev nodejs npm git docker
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
|
Reference in New Issue
Block a user