.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 1m0s

This commit is contained in:
Henry Trumme
2025-12-22 00:28:32 +01:00
parent 90da4f18d4
commit e778a425cc

View File

@@ -28,14 +28,20 @@ jobs:
with: with:
dotnet-version: '10.0.x' dotnet-version: '10.0.x'
- name: Build and Push Image - name: Build Linux ARM64 Docker Image
uses: docker/build-push-action@v6 run: docker build -t gitea.penry.de/couchlog/linux-arm64:latest .
with:
context: . #- name: Build and Push Image
platforms: linux/arm64 # uses: docker/build-push-action@v6
push: true # with:
tags: gitea.penry.de/couchlog/linux-arm64:latest # context: .
load: true # platforms: linux/arm64
# push: true
# tags: gitea.penry.de/couchlog/linux-arm64:latest
# load: true
- name: Push
run: docker push gitea.penry.de/couchlog/linux-arm64:latest
- name: Make Tar from image - name: Make Tar from image
run: | run: |