.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build ARM64 Linux / build-arm64 (push) Has been cancelled
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Has been cancelled
Build Linux x64 / build-linux-x64 (push) Has been cancelled
Build Windows x64 / build-windows-x64 (push) Has been cancelled
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Successful in 1m18s

This commit is contained in:
Henry Trumme
2025-12-21 20:43:13 +01:00
parent 46b802b9d9
commit 5cb76b1970

View File

@@ -5,13 +5,10 @@ on: [push]
jobs: jobs:
build-docker-linux-arm64-release: build-docker-linux-arm64-release:
runs-on: ubuntu-latest runs-on: [self-hosted, linux, arm64, docker]
steps: steps:
- name: Updating apt-get
run: apt-get update -y
- name: Install packages - name: Install packages
run: apt-get install git curl wget unzip bash nodejs npm docker.io -y run: apk add --no-cache git curl wget unzip bash nodejs npm docker
#- name: Login container registry #- name: Login container registry
# run: docker login gitea:3000 # run: docker login gitea:3000