Skip to content

Enable Windows container image builds during CI #1153

@mowies

Description

@mowies

Currently the windows container images are disabled during CI builds. I think we should enable them to get better coverage of our artifact builds during regular CI runs on PRs.

imageConfig.SkipBuild = "{{ not (eq .Runtime.Goos \"windows\") }}"
imageConfig.SkipPush = "{{ not (eq .Runtime.Goos \"windows\") }}"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions