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

Add caching to improve build time performance #260

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2023

  1. chore(ci): Docker base image layers caching

    - Cache base image layers only
    - Cache for verify job only
    - Do not cache for publish job since:
      - most of the work is cross compiling
      - go.mod often change between publish jobs
      - prevent bugs introduced due to the cache (unlikely)
    qdm12 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f15e3e5 View commit details
    Browse the repository at this point in the history
  2. try

    qdm12 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    c7f11b9 View commit details
    Browse the repository at this point in the history