Skip to content

Commit

Permalink
chore(ci): Distribute linux/arm64 kona-fpp image
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Dec 2, 2024
1 parent 8bbbc6b commit b6edc5c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/kona_fpp_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and Publish `kona-fpp-${{ matrix.fpvm }}`
- name: Build and Publish `kona-fpp-${{ matrix.fpvm }}` (amd64)
uses: docker/build-push-action@v6
with:
file: build/${{ matrix.fpvm }}/${{ matrix.fpvm }}-repro.dockerfile
Expand All @@ -52,3 +52,15 @@ jobs:
build-args: |
CLIENT_TAG=${{ inputs.kona_client_tag }}
ASTERISC_TAG=${{ inputs.asterisc_tag }}
- name: Build and Publish `kona-fpp-${{ matrix.fpvm }}` (arm64)
uses: docker/build-push-action@v6
with:
file: build/${{ matrix.fpvm }}/${{ matrix.fpvm }}-repro.dockerfile
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
build-args: |
CLIENT_TAG=${{ inputs.kona_client_tag }}
ASTERISC_TAG=${{ inputs.asterisc_tag }}

0 comments on commit b6edc5c

Please sign in to comment.