We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2778e commit 379668eCopy full SHA for 379668e
.github/workflows/docker.yaml
@@ -43,10 +43,10 @@ jobs:
43
with:
44
push: true
45
context: .
46
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
47
cache-from: type=gha
48
cache-to: type=gha,mode=max
49
- build-args: TARGETARCH=amd64,TARGETOS=linux
+ build-args: TARGETOS=linux
50
tags: |
51
ghcr.io/walnuts1018/code-server-operator:latest
52
ghcr.io/walnuts1018/code-server-operator:${{ github.event.release.tag_name }}
0 commit comments