Skip to content

Commit

Permalink
[workflow] update targeting platforms buidling container images. add …
Browse files Browse the repository at this point in the history
…all platforms from base image.
  • Loading branch information
shizunge committed Jul 2, 2023
1 parent 7aa047d commit c0e3bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
branches:
- 'main'
workflow_dispatch:

env:
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"


jobs:
shellcheck:
name: shellcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
PLATFORMS: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x"

jobs:
build_and_push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- created

env:
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
PLATFORMS: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x"

jobs:
build_and_push:
Expand Down

0 comments on commit c0e3bec

Please sign in to comment.