Skip to content

Bump github.com/coredns/coredns from 1.11.2 to 1.11.3 in /coredns in the gomod group #1505

Bump github.com/coredns/coredns from 1.11.2 to 1.11.3 in /coredns in the gomod group

Bump github.com/coredns/coredns from 1.11.2 to 1.11.3 in /coredns in the gomod group #1505

Workflow file for this run

---
name: Multi-arch Builds
on:
pull_request:
permissions: {}
jobs:
check-multiarch:
name: Check the multi-arch builds
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Set up QEMU (to support building on non-native architectures)
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
- name: Build the multi-arch images
run: make multiarch-images
- name: Check that we actually build multi-arch images
run: bash -c '[ "$(echo package/*.tar)" != "package/*.tar" ]'