Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit bd8751e

Browse files
committed
add in arm
1 parent 90a4017 commit bd8751e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/workflow-docker-manual.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: binhex/workflow-templates/.github/workflows/workflow-docker-manual.yml@main
1313
with:
1414
tags: ${{ github.event.inputs.tags }}
15+
platforms: linux/amd64,linux/arm64
1516
secrets:
1617
CR_PAT: ${{ secrets.CR_PAT }}
1718
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/workflow-docker-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: binhex/workflow-templates/.github/workflows/workflow-docker-release.yml@main
1111
with:
1212
tags: ${{ github.event.inputs.tags }}
13+
platforms: linux/amd64,linux/arm64
1314
secrets:
1415
CR_PAT: ${{ secrets.CR_PAT }}
1516
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)