mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: build for all platforms in depot release (#6406)
This commit is contained in:
@@ -53,6 +53,10 @@ jobs:
|
||||
project: wl5hnrrkns
|
||||
context: base-build-context
|
||||
file: scripts/Dockerfile.base
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
pull: true
|
||||
no-cache: true
|
||||
push: true
|
||||
|
||||
@@ -188,6 +188,10 @@ jobs:
|
||||
project: wl5hnrrkns
|
||||
context: base-build-context
|
||||
file: scripts/Dockerfile.base
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
pull: true
|
||||
no-cache: true
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user