Skip to content

Commit

Permalink
Testing multi-target build
Browse files Browse the repository at this point in the history
  • Loading branch information
JS Fillman committed Apr 5, 2024
1 parent f630bbe commit dced65b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#---
#name: Manual Build & Push
#on:
# workflow_dispatch:
# inputs:
# platforms:
# description: 'The platforms for which the Docker image should be built. If not specified, defaults to linux/amd64.'
# required: false
# default: 'linux/amd64,linux/arm64/v8,linux/riscv64'
#jobs:
# build-push:
# uses: kbase/.github/.github/workflows/reusable_build-push.yml@develop
# with:
# name: '${{ github.event.repository.name }}-develop'
# tags: br-${{ github.ref_name }}
# platforms: ${{ github.event.inputs.platforms }}
# secrets: inherit
---
name: Manual Build & Push
on:
Expand All @@ -14,4 +31,4 @@ jobs:
name: '${{ github.event.repository.name }}-develop'
tags: br-${{ github.ref_name }}
platforms: ${{ github.event.inputs.platforms }}
secrets: inherit
secrets: inherit

0 comments on commit dced65b

Please sign in to comment.