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: elastic/golang-crossbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.17.10
Choose a base ref
...
head repository: elastic/golang-crossbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.17.11
Choose a head ref
  • 4 commits
  • 15 files changed
  • 6 contributors

Commits on May 31, 2022

  1. feat: build arm64 Docker image for amd64/arm64 (backport #201) (#208)

    * feat: build arm64 Docker image for amd64/arm64 (#201)
    
    * feat: build arm64 Docker image for amd64/arm64
    
    * Update go/arm/Makefile
    
    * Update go/arm/Makefile
    
    * fix: typo
    
    * fix: change crossbuild-essential to build-essential
    
    * test: remove unnedded commands
    
    * test: enable buildx for Debian9
    
    * fix: broken script and makefile
    
    * fix: wrong ifeq condition fro Debian9
    
    * chore: remove leftovers
    
    * chore: remove leftovers
    
    (cherry picked from commit 603a052)
    
    # Conflicts:
    #	.ci/scripts/buildx.sh
    #	go/base/Makefile
    
    * fix: resolve conflits
    
    * feat: enable buildx
    
    * fix: add buildx definition
    
    * fix: replace docker command
    
    * fix: base Docker image
    
    * fix: login in the docker registry
    
    Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
    Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@yahoo.com>
    3 people authored May 31, 2022
    Configuration menu
    Copy the full SHA
    91ab625 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. feat: build darwin amd64/arm64 Docker images (backport #200) (#207)

    * feat: build darwin amd64/arm64 Docker images (#200)
    
    * feat: buid darwing amd64/arm64 Docker images
    
    * Update go/darwin-arm64/Makefile
    
    * Update go/darwin/Makefile
    
    * fix: typo
    
    * feat: build multiarch Docker image
    
    * fix: use production Docker images
    
    * fix: typo
    
    * fix: copy changes to darwinw-arm64
    
    * fix: remove arg
    
    (cherry picked from commit 831fe5e)
    
    # Conflicts:
    #	go/darwin-arm64/Dockerfile.tmpl
    #	go/darwin/Dockerfile.tmpl
    
    * fix: resolve conflits
    
    * fix: add xz-utils
    
    * fix: duplicate code
    
    Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
    Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@yahoo.com>
    3 people authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    135e7ca View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. fix: set default values for architectures (#209) (#210)

    * fix: set default values for architectures
    
    * fix: set default values
    
    (cherry picked from commit a98000c)
    
    Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
    mergify[bot] and kuisathaverat authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    af72a5d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. [automation] Update go release version 1.17.11 (#213)

    * [Automation] Update go release version to 1.17.11
    
    * [Automation] Update go release version to 1.17.11
    
    Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co>
    Co-authored-by: Victor Martinez <VictorMartinezRubio@gmail.com>
    3 people authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9f9e049 View commit details
    Browse the repository at this point in the history
Loading