Skip to content

Commit

Permalink
ci: re-add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Jun 4, 2024
1 parent 9f98e55 commit 9bcfb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
# platforms: linux/amd64,linux/arm64 # todo: find how to build for arm64 in rust
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64
push: true
tags: |
ghcr.io/tbmc/brainfuck_interpreter:latest
Expand Down

0 comments on commit 9bcfb85

Please sign in to comment.