Skip to content

Commit

Permalink
fix incorrect platform specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed May 13, 2024
1 parent a3b4ebf commit a6ea887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
context: .
file: docker/ubuntu-${{ inputs.ubuntu_version }}-builder.Dockerfile
tags: "ghcr.io/${{ github.repository_owner }}/${{ steps.prep.outputs.image }}:${{ github.sha }}-${{ matrix.platform_short }}"
platforms: linux/amd64
platforms: ${{ matrix.platform }}
outputs: |
type=docker
dest=${{ steps.prep.outputs.image }}-${{ matrix.platform_short }}-image.tar
Expand Down

0 comments on commit a6ea887

Please sign in to comment.