ci: build the base image for both arm64 and amd64

This commit is contained in:
Matt McCormick 2024-03-25 22:53:11 -04:00
parent 0ee05c1f5a
commit 00e75583b2

View File

@ -24,7 +24,15 @@ jobs:
submodules: "recursive"
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: build
env:
BUILD_CMD: buildx build --platform linux/amd64,linux/arm64
run: make base
- name: test