mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-08 12:17:26 +01:00
ci: build the base image for both arm64 and amd64
This commit is contained in:
parent
0ee05c1f5a
commit
00e75583b2
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user