generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 90
Add multi-platform builds #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
stuartleeks
merged 26 commits into
devcontainers:main
from
natescherer:feature/multiple-architectures
Nov 16, 2022
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
fb962d2
Add 'platform' input and support for multiple architecture builds
natescherer 478f05a
Merge branch 'main' into feature/multiple-architectures
natescherer bc22514
Switch to --no-push to builds with --platform
natescherer fbd54bf
Merge branch 'main' into feature/multiple-architectures
natescherer c160b9a
Switch to pushing manifests on platform builds
natescherer 186e2ad
Remove --no-push which was dropped in newer CLI version
natescherer 4b1b9f8
Set push to false explicitly
natescherer 41b40ee
Add multi-platform push via skopeo and devcontainer --output
natescherer 3e27c55
Merge branch 'feature/multiple-architectures' into main
natescherer 9703d94
Merge pull request #2 from natescherer/main
natescherer c0caf10
Start documentation
natescherer 08bfe75
Rebuild after upstream sync
natescherer 0019faa
Update to ensure "latest" tag is truly applied as default
natescherer 2102c7f
Add documentation
natescherer 22daedd
Add platform to AzDO task
natescherer bfffbb4
Fix versions and publisher
natescherer de1b1b2
Fix bad indentation
natescherer 8b923e4
Simplify fallback to latest when imageTag blank
natescherer 74be822
scripts/build-local.sh
stuartleeks 0588172
Add platform-with-runcmd tests
natescherer 5a927d4
Update pr-checks
natescherer 07ef2d2
Merge branch 'main' into feature/multiple-architectures
stuartleeks 003715a
Merge branch 'main' into feature/multiple-architectures
stuartleeks 8e5e453
Run build-local.sh for azdo-task/README.md
natescherer 1227e56
Revert version bump
stuartleeks c2ec738
Revert AzDO task version bump
natescherer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| import { ExecFunction } from './exec'; | ||
| export declare function isSkopeoInstalled(exec: ExecFunction): Promise<boolean>; | ||
| export declare function copyImage(exec: ExecFunction, all: boolean, source: string, dest: string): Promise<void>; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.