Skip to content

Commit

Permalink
docker: change platform to only amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed May 29, 2024
1 parent f9651c6 commit 11bce10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64 # todo: find how to build for arm64 in rust
platforms: linux/amd64
push: true
tags: |
ghcr.io/tbmc/brainfuck_interpreter:latest
Expand Down

0 comments on commit 11bce10

Please sign in to comment.