Skip to content

Commit 1af27f6

Browse files
committed
build arm
1 parent 1c9dfaf commit 1af27f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
7171
cacheFrom: ghcr.io/pnstack/codespace/${{ matrix.dir }}:latest
7272
imageTag: ${{ github.ref == 'refs/heads/main' && 'latest' || steps.meta.outputs.tags }}
73-
platform: linux/amd64 #,linux/arm64
73+
platform: linux/amd64,linux/arm64
7474
push: always

0 commit comments

Comments
 (0)