Skip to content

Commit

Permalink
Add linux/386 to platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jan 22, 2024
1 parent c76a0b0 commit e51de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
platforms:
description: "The platforms to build (CSV)"
default: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
default: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
required: false
type: string
outputs:
Expand Down

0 comments on commit e51de34

Please sign in to comment.