Skip to content

Commit 4e9de98

Browse files
committed
Add target for alarm build
1 parent ee78a88 commit 4e9de98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/buildx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
MINIMAL_DOCKERFILE: dockerfiles/Dockerfile.base
2222
ALARM_DOCKERFILE: dockerfiles/Dockerfile.aarch64
2323
TARGET: archarm
24+
ALARM_TARGET: builder
2425

2526
jobs:
2627
build:
@@ -104,6 +105,7 @@ jobs:
104105
with:
105106
context: .
106107
file: ${{ env.ALARM_DOCKERFILE }}
108+
target: ${{ env.ALARM_TARGET }}
107109
platforms: ${{ env.PLATFORMS }}
108110
push: ${{ github.event_name != 'pull_request' }}
109111
tags: ${{ steps.meta-alarm.outputs.tags }} # mirrors: -t $(IMAGE):minimal-aarch64 (+ semver / sha variants)

0 commit comments

Comments
 (0)