Skip to content

Commit

Permalink
build only linux/amd64 in GH action (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Apr 26, 2024
1 parent 95fc2c6 commit 83632fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 291 deletions.
274 changes: 0 additions & 274 deletions .github/workflows/docker-build-multiarch.yml

This file was deleted.

25 changes: 8 additions & 17 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,16 @@ jobs:
name: Docker actions
uses: RMI-PACTA/actions/.github/workflows/docker.yml@main
with:
do-build-and-push: false

build-docker-image:
# if: ${{ inputs.do-build-and-push }}
uses: ./.github/workflows/docker-build-multiarch.yml
secrets: inherit
with:
image-name: ${{ github.repository }}

add-comment:
if: ${{ github.event_name == 'pull_request' }}
uses: RMI-PACTA/actions/.github/workflows/add-comment-history.yml@main
needs: [build-docker-image]
with:
header: "Docker build status"
build-platform: |
[
"linux/amd64"
]
do-lint: false
do-check-r-sysdeps: false

run-scenario-prep:
uses: ./.github/workflows/run-scenario-preparation.yml
needs: [build-docker-image]
needs: [docker]
secrets: inherit
with:
image-tag: ${{ needs.build-docker-image.outputs.full-image-name }}
image-tag: ${{ needs.docker.outputs.full-image-name }}

0 comments on commit 83632fd

Please sign in to comment.