Skip to content
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

Github action with multi-CPU architecture support and multi docker file support. #5

Merged
merged 14 commits into from
Aug 3, 2020

Commits on Jul 30, 2020

  1. Github action with muti-arch and multi docker file support.

     - Build and push to docker registry Dockerfile under linux/amd64,linux/s390x
     - Build and push to docker registry rhel.Dockerfile under linux/amd64,linux/s390x
     - Allow to configure with secrets DOCKER_USERNAME, DOCKER_PASSWORD, DOCKER_IMAGE, DOCKER_REPO
     - Same workflow for master and prs
     - Is able to push tags
    skabashnyuk committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    88930ba View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Update build/dockerfiles/Dockerfile

    Co-authored-by: Serhii Leshchenko <sleshche@redhat.com>
    skabashnyuk and sleshchenko authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    5bf8110 View commit details
    Browse the repository at this point in the history
  2. Update build/dockerfiles/Dockerfile

    Co-authored-by: Serhii Leshchenko <sleshche@redhat.com>
    skabashnyuk and sleshchenko authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ff3e5ec View commit details
    Browse the repository at this point in the history
  3. More platforms

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    adf53b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91d504b View commit details
    Browse the repository at this point in the history
  5. Remove extra copy

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    bd1e732 View commit details
    Browse the repository at this point in the history
  6. Removed unused platforms

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    1ed13f6 View commit details
    Browse the repository at this point in the history
  7. Added license header

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0101a3e View commit details
    Browse the repository at this point in the history
  8. Change defaults

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    7894b2b View commit details
    Browse the repository at this point in the history
  9. Change defaults

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    5afd163 View commit details
    Browse the repository at this point in the history
  10. Test defaults

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    7b9cbc8 View commit details
    Browse the repository at this point in the history
  11. Test defaults

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    237ef81 View commit details
    Browse the repository at this point in the history
  12. Test defaults

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9ed2fa0 View commit details
    Browse the repository at this point in the history
  13. Test defaults

    skabashnyuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    63fd27e View commit details
    Browse the repository at this point in the history