Skip to content

Commit 379668e

Browse files
authored
Update docker.yaml
1 parent 4a2778e commit 379668e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
with:
4444
push: true
4545
context: .
46-
platforms: linux/amd64
46+
platforms: linux/amd64,linux/arm64
4747
cache-from: type=gha
4848
cache-to: type=gha,mode=max
49-
build-args: TARGETARCH=amd64,TARGETOS=linux
49+
build-args: TARGETOS=linux
5050
tags: |
5151
ghcr.io/walnuts1018/code-server-operator:latest
5252
ghcr.io/walnuts1018/code-server-operator:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)