Skip to content

Remove pod container Command for route agent and gateway #2166

Remove pod container Command for route agent and gateway

Remove pod container Command for route agent and gateway #2166

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@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up QEMU (to support building on non-native architectures)
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee
- 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" ]'