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

Docker images refactoring #37

Merged
merged 24 commits into from Mar 31, 2021
Merged

Commits on Mar 7, 2021

  1. Add darwin arm64 target

    This commit add support for the darwin arm64 target.
    
    Additionally provides:
    - Update Go to v1.16.0
    - Update fyne cli to v2.0.1
    - Add darwin arm64 target
    - Remove darwin 386 target
    
    Fixes fyne-io#33
    lucor committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    f3557f5 View commit details
    Browse the repository at this point in the history
  2. Update multistage labels

    lucor committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    b523710 View commit details
    Browse the repository at this point in the history
  3. Update appID check

    lucor committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    2beff8c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    e072d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d0ae5d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    705254e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9ae7eb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Revert "Fake sign darwin arm64 binaries using ldid"

    This reverts commit f9ae7eb.
    lucor committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a2003c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Update Go to v1.16.1

    lucor committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    27c55af View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Update Go to v1.16.2

    lucor committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c95deca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d36b99 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Add the darwin-image command

    lucor committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4707fa3 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    lucor committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    372df38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aab2ec View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    5e2241a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Docker images layout refactoring

    Refactor docker images layout to ensure compatibility with previous versions of  fyne-cross.
    
    In the details:
    - Add FreeBSD on arm64 target fyne-io#29
    - Add the `darwin-image` command to build the darwin docker image
    - Add a dedicated docker image for windows
    - Update Go to v1.16.2
    - Update fyne CLI to v2.0.1
    - Update FreeBSD to v12.2 fyne-io#29
    - Remove darwin 386 target
    - Remove the dependency from the docker/golang-cross image for the base image
    lucor committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    dd4c34b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    460e8e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Add the -no-docker option for darwin to build directly from the host

    When building from macOS the SDK could be already available on the host. This commit adds the `-no-docker` options to build directly from the host using the fyne CLI tool without using any docker image.
    lucor committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    a5cc14e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Jacob <Jacalz@users.noreply.github.com>
    lucor and Jacalz committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    0d13345 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Jacob <Jacalz@users.noreply.github.com>
    lucor and Jacalz committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    a0b339e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    lucor committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    c02662d View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOGs

    lucor committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    e6a861e View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Co-authored-by: Jacob <Jacalz@users.noreply.github.com>
    lucor and Jacalz committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    63f9ab1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7340a9e View commit details
    Browse the repository at this point in the history