File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1111 description : list of dists to build, coma separated. xenial,sid
1212 required : false
1313 type : string
14+ platforms :
15+ description : build platforms, coma separated. linux/amd64,linux/arm64
16+ required : true
17+ default : linux/amd64
18+ type : string
1419env :
1520 REGISTRY_NAME : ghcr.io
1621 IMAGE_NAME : pkg-kamailio-docker
6267 uses : docker/build-push-action@v6
6368 with :
6469 context : " {{defaultContext}}:${{ matrix.dist }}"
65- platforms : linux/amd64,linux/arm64
70+ platforms : ${{ github.event.inputs.platforms }}
6671 labels : ${{ steps.meta.outputs.labels }}
6772 push : true
6873 tags : ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change 55 - cron : ' 0 0 * * 0'
66 # Allows you to run this workflow manually from the Actions tab
77 workflow_dispatch :
8+ inputs :
9+ platforms :
10+ description : build platforms, coma separated. linux/amd64,linux/arm64
11+ required : true
12+ default : linux/amd64
13+ type : string
814env :
915 REGISTRY_NAME : ghcr.io
1016 IMAGE_NAME : pkg-kamailio-docker
4854 uses : docker/build-push-action@v6
4955 with :
5056 context : " {{defaultContext}}:${{ matrix.dist }}"
51- platforms : linux/amd64,linux/arm64
57+ platforms : ${{ github.event.inputs.platforms }}
5258 labels : ${{ steps.meta.outputs.labels }}
5359 push : true
5460 tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments