Skip to content

Commit

Permalink
ci: set odk,proxy,release images to multi_arch
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 23, 2023
1 parent 2a0f4a0 commit ba84009
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_odk_imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
"ghcr.io/${{ github.repository }}/odkcentral:latest"
extra_build_args: |
ODK_CENTRAL_TAG=${{ vars.ODK_CENTRAL_TAG }}
multi_arch: true

build-odkcentral-ui:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
Expand All @@ -31,3 +32,4 @@ jobs:
"ghcr.io/${{ github.repository }}/odkcentral-ui:latest"
extra_build_args: |
ODK_CENTRAL_TAG=${{ vars.ODK_CENTRAL_TAG }}
multi_arch: true
5 changes: 5 additions & 0 deletions .github/workflows/build_proxy_imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
"ghcr.io/${{ github.repository }}/proxy:certs-init-main"
extra_build_args: |
NGINX_TAG=${{ vars.NGINX_TAG }}
multi_arch: true

build-cert-init-dev:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
Expand All @@ -29,6 +30,7 @@ jobs:
"ghcr.io/${{ github.repository }}/proxy:certs-init-staging"
extra_build_args: |
NGINX_TAG=${{ vars.NGINX_TAG }}
multi_arch: true

build-proxy-main:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
Expand All @@ -39,6 +41,7 @@ jobs:
"ghcr.io/${{ github.repository }}/proxy:main"
extra_build_args: |
NGINX_TAG=${{ vars.NGINX_TAG }}
multi_arch: true

build-proxy-main-plus-script:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
Expand All @@ -49,6 +52,7 @@ jobs:
"ghcr.io/${{ github.repository }}/proxy:main-plus-script"
extra_build_args: |
NGINX_TAG=${{ vars.NGINX_TAG }}
multi_arch: true

build-proxy-dev:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
Expand All @@ -60,3 +64,4 @@ jobs:
"ghcr.io/${{ github.repository }}/proxy:staging"
extra_build_args: |
NGINX_TAG=${{ vars.NGINX_TAG }}
multi_arch: true
1 change: 1 addition & 0 deletions .github/workflows/tag_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
context: src/backend
build_target: prod
image_name: ghcr.io/${{ github.repository }}/backend
multi_arch: true
# Frontend is not built as build variables are required

0 comments on commit ba84009

Please sign in to comment.