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 d863b86 commit be40ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
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,linux/riscv64,linux/ppc64le,linux/s390x'
default: 'linux/amd64,linux/arm64,linux/riscv64'
jobs:
build-push:
uses: kbase/.github/.github/workflows/reusable_build-push.yml@develop
Expand Down

0 comments on commit be40ac9

Please sign in to comment.