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 1c9dfaf commit 1af27f6Copy full SHA for 1af27f6
.github/workflows/build-dev-container.yaml
@@ -70,5 +70,5 @@ jobs:
70
imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
71
cacheFrom: ghcr.io/pnstack/codespace/${{ matrix.dir }}:latest
72
imageTag: ${{ github.ref == 'refs/heads/main' && 'latest' || steps.meta.outputs.tags }}
73
- platform: linux/amd64 #,linux/arm64
+ platform: linux/amd64,linux/arm64
74
push: always
0 commit comments