We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0380bf commit 5ab986fCopy full SHA for 5ab986f
.github/workflows/planetary-computer-plugin-build.yaml
@@ -44,8 +44,8 @@ jobs:
44
PLUGIN_FILE_NAME: planetary-computer-vth-plugin.dll
45
PLUGIN_CONFIG_FILE_NAME: planetary-computer-vth-plugin.json.spacefx_plugin
46
ANNOTATION: azure-orbital-space-sdk-data-generators.yaml
47
- WORKFLOW_AGENT: ubuntu-latest
48
- ARCHITECTURE: amd64
+ WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
+ ARCHITECTURE: arm64
49
DEV_CONTAINER_JSON: .devcontainer/planetary-computer-vth-plugin/devcontainer.json
50
secrets:
51
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
0 commit comments