We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee78a88 commit 4e9de98Copy full SHA for 4e9de98
1 file changed
.github/workflows/buildx.yml
@@ -21,6 +21,7 @@ env:
21
MINIMAL_DOCKERFILE: dockerfiles/Dockerfile.base
22
ALARM_DOCKERFILE: dockerfiles/Dockerfile.aarch64
23
TARGET: archarm
24
+ ALARM_TARGET: builder
25
26
jobs:
27
build:
@@ -104,6 +105,7 @@ jobs:
104
105
with:
106
context: .
107
file: ${{ env.ALARM_DOCKERFILE }}
108
+ target: ${{ env.ALARM_TARGET }}
109
platforms: ${{ env.PLATFORMS }}
110
push: ${{ github.event_name != 'pull_request' }}
111
tags: ${{ steps.meta-alarm.outputs.tags }} # mirrors: -t $(IMAGE):minimal-aarch64 (+ semver / sha variants)
0 commit comments