Giter Site home page Giter Site logo

Comments (6)

lwolf avatar lwolf commented on July 18, 2024 2

@Rick-Jongbloed that's cool, thank you

from kube-cleanup-operator.

zentavr avatar zentavr commented on July 18, 2024 1

Hello @lwolf. Kindly asking when that build might be available?

from kube-cleanup-operator.

awilmore avatar awilmore commented on July 18, 2024 1

Thanks for the example. If anyone is open to making a PR with GitHub actions build pipeline - feel free to submit a PR

@lwolf hopefully this will do the job: #95

from kube-cleanup-operator.

Rick-Jongbloed avatar Rick-Jongbloed commented on July 18, 2024

Just fyi, i've got an ARM build build by drone here: https://github.com/Rick-Jongbloed/kube-cleanup-operator-arm. It might help you to get ARM support build in 🥇

from kube-cleanup-operator.

matthewwalk avatar matthewwalk commented on July 18, 2024

Just want to follow up with a similar solution to @Rick-Jongbloed's. This one is a CircleCI job using the aws-ecr orb.

  build-push-cleanup-operator:
    machine:
      image: ubuntu-2204:2024.01.1
      docker_layer_caching: true
    resource_class: arm.medium
    steps:
      - run:
          name: Download and modify kube-cleanup-operator
          command: |
            sudo apt-get update && \
            sudo apt-get install -y git make unzip
            git clone https://github.com/lwolf/kube-cleanup-operator .
            sed -i 's;GOARCH=amd64;GOARM=7 GOARCH=arm;g' Makefile
            sed -i 's;FROM alpine;FROM arm64v8/alpine;g' Dockerfile
      - aws-ecr/build-and-push-image:
          checkout: false
          repo: kube-cleanup-operator
          registry-id: AWS_ACCOUNT_ID
          create-repo: true
          tag: 'kube-cleanup-operator'
          platform: 'linux/arm64'

from kube-cleanup-operator.

lwolf avatar lwolf commented on July 18, 2024

Thanks for the example.
If anyone is open to making a PR with GitHub actions build pipeline - feel free to submit a PR

from kube-cleanup-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.