Skip to content

Commit 5847319

Browse files
codelionclaude
andcommitted
Add workflow_dispatch trigger to ARM64 Docker workflows
Allows manually triggering builds from the Actions tab for testing without creating a release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9b13dce commit 5847319

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/publish-docker-full-arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Docker Full ARM64
22
on:
33
release:
44
types: [created]
5+
workflow_dispatch:
56

67
jobs:
78
build:

.github/workflows/publish-docker-offline-arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Docker Offline ARM64
22
on:
33
release:
44
types: [created]
5+
workflow_dispatch:
56

67
jobs:
78
build:

.github/workflows/publish-docker-proxy-arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Docker Proxy ARM64
22
on:
33
release:
44
types: [created]
5+
workflow_dispatch:
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)