debug alpine

This commit is contained in:
2024-07-16 02:02:57 +02:00
parent be4bdf6801
commit d35429996d

View File

@@ -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