diff --git a/.github/workflows/build_odk_imgs.yml b/.github/workflows/build_odk_imgs.yml index cde53d875..236a2e8e5 100644 --- a/.github/workflows/build_odk_imgs.yml +++ b/.github/workflows/build_odk_imgs.yml @@ -21,9 +21,7 @@ jobs: "ghcr.io/${{ github.repository }}/odkcentral:latest" extra_build_args: | ODK_CENTRAL_TAG=${{ vars.ODK_CENTRAL_TAG }} - # odkcentral backend npm install fails on ARM64 - # uncomment once fixed - # multi_arch: true + multi_arch: true build-odkcentral-ui: uses: hotosm/gh-workflows/.github/workflows/image_build.yml@2.0.7 @@ -35,3 +33,5 @@ jobs: extra_build_args: | ODK_CENTRAL_TAG=${{ vars.ODK_CENTRAL_TAG }} multi_arch: true + # Allow usage of ADD directive in this specific use case + skip_cve: "CKV_DOCKER_8,CKV_DOCKER_2,CKV_DOCKER_3,CKV_DOCKER_5,CKV_DOCKER_4"