Skip to content

Commit

Permalink
ci(docker): add option to build arm64 in workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed May 22, 2024
1 parent 63dffcd commit 43b6f6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-ecs-worker-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Build & publish ECS/Fargate worker image to ECR

on:
workflow_dispatch:
workflow_dispatch:
inputs:
SHOULD_BUILD_ARM64:
description: 'Whether to build the ARM64 image.'
type: boolean
default: false
workflow_call:
inputs:
COMMIT_SHA:
Expand Down

0 comments on commit 43b6f6f

Please sign in to comment.