updated docker platforms to amd64
This commit is contained in:
parent
a2dfe70f5a
commit
495de64ea3
@ -28,7 +28,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: false
|
||||
load: true
|
||||
tags: matrix-bot:latest
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: false
|
||||
load: true
|
||||
tags: matrix-bot:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user