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 21521c3 commit ebee0e1Copy full SHA for ebee0e1
.devcontainer/devcontainer.json
@@ -2,9 +2,7 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/python
3
{
4
"name": "Privacy Guides",
5
- "build": {
6
- "dockerfile": "../Dockerfile"
7
- },
+ "image": "ghcr.io/privacyguides/privacyguides.org:upgrade-deps",
8
"overrideCommand": true,
9
"containerEnv": {
10
"MAIN_SITE_BASE_URL": "http://127.0.0.1:8000/en/",
.github/workflows/build-container.yml
@@ -85,6 +85,7 @@ jobs:
85
push: true
86
tags: ${{ steps.meta.outputs.tags }}
87
labels: ${{ steps.meta.outputs.labels }}
88
+ platforms: linux/amd64,linux/arm64
89
90
cleanup:
91
if: ${{ always() }}
0 commit comments