Skip to content

Commit

Permalink
Remove arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Oct 30, 2023
1 parent d553dac commit 0ad1857
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,5 @@ jobs:
tags: |
ls1tum/artemis-benchmarking:${{ steps.compute-tag.outputs.result }}
ghcr.io/ls1intum/artemis-benchmarking:${{ steps.compute-tag.outputs.result }}
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64 #,linux/arm64/v8
push: true

- id: output-tag
run: |
echo "image_tag=${{ steps.compute-tag.outputs.result }}" >> "$GITHUB_OUTPUT"

0 comments on commit 0ad1857

Please sign in to comment.