mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-21 15:22:48 +00:00
Build multi-architectures image in single job (#1019)
This commit is contained in:
9
.github/workflows/docker.yaml
vendored
9
.github/workflows/docker.yaml
vendored
@@ -24,12 +24,9 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: int128/docker-build-workflow/.github/workflows/build.yaml@v1
|
||||
|
||||
build-multi-architecture:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: int128/docker-build-workflow/.github/workflows/build-multi-architecture.yaml@v1
|
||||
with:
|
||||
platforms: |
|
||||
["linux/amd64", "linux/arm64", "linux/ppc64le"]
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
linux/ppc64le
|
||||
|
||||
Reference in New Issue
Block a user