Skip to content

Commit

Permalink
Merge pull request #16 from alliance-genome/KANBAN-535_AWS-execution
Browse files Browse the repository at this point in the history
Disabled multi-platform image building (KANBAN-535)
  • Loading branch information
mluypaert authored Apr 9, 2024
2 parents 0232a65 + c1d8fe8 commit f8a6400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup node.js (CDK requirement)
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install CDK
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
tags: |
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_seq_retrieval:${{ env.tagname }}
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_seq_retrieval:${{ github.event.pull_request.base.ref }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
pipeline-alignment-build-and-push-docker-image:
needs: [on-merge-and-deploy, deploy-aws-infra]
permissions:
Expand Down Expand Up @@ -117,4 +117,4 @@ jobs:
tags: |
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_alignment:${{ env.tagname }}
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_alignment:${{ github.event.pull_request.base.ref }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

0 comments on commit f8a6400

Please sign in to comment.