Skip to content

provide separate build args for amd64 and arm64 builds #143

provide separate build args for amd64 and arm64 builds

provide separate build args for amd64 and arm64 builds #143

Workflow file for this run

---
name: "Container build and test"
on:
pull_request:
branches: ["main"]
permissions: read-all
jobs:
podman-build:
name: Utility Container Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Utility Container Build
run: make manifest podman-build-amd64
- name: Run Container tests
run: make test-amd64
- name: Clone MCG and test a target via container
run: |
git clone --depth 1 https://github.com/hybrid-cloud-patterns/multicloud-gitops
cd multicloud-gitops
export PATTERN_UTILITY_CONTAINER=localhost/utility-container:latest-amd64
./pattern.sh make validate-schema