Skip to content

Commit

Permalink
WIP: limit platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Jun 26, 2024
1 parent cdc8b79 commit e22178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
context: .
file: ${{ inputs.image_file }}
platforms: linux/amd64,linux/arm64
platforms: ${{ inputs.platforms }}
push: true
pull: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit e22178c

Please sign in to comment.