Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 8, 2024
1 parent 7389132 commit 981e989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
file:
./dockerfiles/container_template/Dockerfile
platforms:
linux/amd64
linux/arm64
platforms: linux/amd64,linux/arm64
4 changes: 1 addition & 3 deletions .github/workflows/container_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
file:
./dockerfiles/container_template/Dockerfile
platforms:
linux/amd64
linux/arm64
platforms: linux/amd64,linux/arm64

build-apptainer-container:
needs: docker
Expand Down

0 comments on commit 981e989

Please sign in to comment.