Skip to content

Add build image for windows boringcrypto executable. #20

Add build image for windows boringcrypto executable.

Add build image for windows boringcrypto executable. #20

name: Check Linux build image
on:
pull_request:
paths:
- 'build-image/*'
jobs:
check-linux-build-image:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Create test Linux build image
uses: docker/build-push-action@v5
with:
context: ./build-image
push: false
tags: grafana/agent-build-image:latest
build-args: |
GO_RUNTIME=golang:1.22.0-bullseye
- name: Create test Linux build image for boring crypto
uses: docker/build-push-action@v5
with:
context: ./build-image
push: false
tags: grafana/agent-build-image:latest
build-args: |
GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.22-bullseye