mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
ci: only build amd64 for tests
avoids docker engine error when trying to export manifest lists
This commit is contained in:
parent
379bb181f2
commit
b786006443
5
.github/workflows/dev_container.yml
vendored
5
.github/workflows/dev_container.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
context: Tools/setup
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
load: true
|
||||
push: false
|
||||
cache-from: type=gha
|
||||
@ -95,8 +95,7 @@ jobs:
|
||||
context: Tools/setup
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: |
|
||||
linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
provenance: mode=max
|
||||
push: true
|
||||
cache-from: type=gha
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user