Skip to content

Bump github.com/docker/distribution in /tools #43

Bump github.com/docker/distribution in /tools

Bump github.com/docker/distribution in /tools #43

Workflow file for this run

name: Build all platforms
on: [ push, pull_request ]
jobs:
crossbuild:
strategy:
matrix:
go-version: [ "1.17", "1.18", "1.19" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build containers
run: make all-container GO_VERSION=${{ matrix.go-version }}