asd
All checks were successful
Main / Build arm64v8 image (push) Successful in 1m1s
Main / Push arm64v8 image (push) Has been skipped

This commit is contained in:
Chris Richardson
2025-07-10 19:47:49 -04:00
parent 00e50f9bb5
commit 71b2f80c3a
2 changed files with 23 additions and 23 deletions

View File

@@ -1,22 +1,22 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Rebuild latest release" #name: "Rebuild latest release"
on: #on:
schedule: # schedule:
- cron: "20 04 * * 1" # - cron: "20 04 * * 1"
workflow_dispatch: # workflow_dispatch:
permissions: {} #permissions: {}
jobs: #jobs:
trigger-rebuild: # trigger-rebuild:
name: "Trigger rebuild" # name: "Trigger rebuild"
runs-on: "ubuntu-latest" # runs-on: "ubuntu-latest"
permissions: # permissions:
actions: "write" # actions: "write"
contents: "read" # contents: "read"
steps: # steps:
- name: "Trigger rebuild" # - name: "Trigger rebuild"
uses: "hectorm/ghaction-trigger-workflow@04c79e7a4e0c0b94bbcff3829f38359e34f1ea9e" # uses: "hectorm/ghaction-trigger-workflow@04c79e7a4e0c0b94bbcff3829f38359e34f1ea9e"
with: # with:
workflow-id: "main.yml" # workflow-id: "main.yml"

View File

@@ -10,8 +10,8 @@ M4 := $(shell command -v m4 2>/dev/null)
DISTDIR := ./dist DISTDIR := ./dist
DOCKERFILE_TEMPLATE := ./Dockerfile.m4 DOCKERFILE_TEMPLATE := ./Dockerfile.m4
IMAGE_REGISTRY := docker.io IMAGE_REGISTRY := d.lilpenguins.com
IMAGE_NAMESPACE := hectorm IMAGE_NAMESPACE := desktop
IMAGE_PROJECT := xubuntu IMAGE_PROJECT := xubuntu
IMAGE_NAME := $(IMAGE_REGISTRY)/$(IMAGE_NAMESPACE)/$(IMAGE_PROJECT) IMAGE_NAME := $(IMAGE_REGISTRY)/$(IMAGE_NAMESPACE)/$(IMAGE_PROJECT)
ifeq ($(shell '$(GIT)' status --porcelain 2>/dev/null),) ifeq ($(shell '$(GIT)' status --porcelain 2>/dev/null),)
@@ -197,9 +197,9 @@ push-cross-manifest:
## "binfmt-*" targets ## "binfmt-*" targets
################################################## ##################################################
.PHONY: binfmt-register #.PHONY: binfmt-register
binfmt-register: #binfmt-register:
'$(DOCKER)' run --rm --privileged docker.io/hectorm/qemu-user-static:latest --reset --persistent yes --credential yes # '$(DOCKER)' run --rm --privileged docker.io/hectorm/qemu-user-static:latest --reset --persistent yes --credential yes
################################################## ##################################################
## "version" target ## "version" target