Build on Alpine
All checks were successful
/ build (push) Successful in 21s

This commit is contained in:
Minecon724 2025-01-19 10:30:47 +01:00
parent 481aae25ca
commit 9b681dbec1
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -2,10 +2,10 @@ on: [push]
jobs:
build:
runs-on: docker
container: debian:sid
container: eclipse-temurin:21-alpine
steps:
- name: Install JDK and other deps
run: apt update && apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl zstd
run: apk add maven git nodejs curl
- name: Checkout
uses: https://github.com/actions/checkout@v4