We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0013b9 commit fee872aCopy full SHA for fee872a
1 file changed
scripts/build.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
set -euxo pipefail
3
4
-devcontainer build --platform linux/aarch64 --workspace-folder src/s-core-devcontainer --image-name ghcr.io/eclipse-score/devcontainer:latest --cache-from ghcr.io/eclipse-score/devcontainer
5
devcontainer build --platform linux/amd64 --workspace-folder src/s-core-devcontainer --image-name ghcr.io/eclipse-score/devcontainer:latest --cache-from ghcr.io/eclipse-score/devcontainer
+devcontainer build --platform linux/aarch64 --workspace-folder src/s-core-devcontainer --image-name ghcr.io/eclipse-score/devcontainer:latest --cache-from ghcr.io/eclipse-score/devcontainer
0 commit comments