Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openshift/source-to-image
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: openshift/source-to-image
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.3
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 9, 2023

  1. refactor: Copy() takes a predicate not a set

    Predicate is more universal than a set (Go map).
    
    Signed-off-by: Matej Vasek <[email protected]>
    matejvasek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a285530 View commit details
    Browse the repository at this point in the history
  2. fix: honor --exclude when using --as-dockerfile

    Signed-off-by: Matej Vasek <[email protected]>
    matejvasek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    73fe5b5 View commit details
    Browse the repository at this point in the history
  3. fixup

    Signed-off-by: Matej Vasek <[email protected]>
    matejvasek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0bc1f25 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Merge pull request #1105 from matejvasek/fix-exclude-for-as-dockerfile

    fix: honor --exclude when using --as-dockerfile
    openshift-merge-robot authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    db599d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Re-enable cross builds for aarch64/arm64

    When running `go tool dist list` aarch64 is no longer listed
    so we must change it to arm64 which is the same architecture
    just a different name
    
    Fixes #1103
    Corey Daley committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    0aa69a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1108 from coreydaley/enable_arm64_build_cross

    Re-enable cross builds for aarch64/arm64
    Corey Daley authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    94a6945 View commit details
    Browse the repository at this point in the history
Loading