Skip to content

Commit

Permalink
REVERT ME: temporarily disable arm64 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Apr 26, 2023
1 parent 82f9b9d commit bff78c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
cache-from: type=registry,ref=ghcr.io/filecoin-station/core
cache-to: type=inline

- name: Build Docker image for other platforms
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/arm64
cache-from: type=registry,ref=ghcr.io/filecoin-station/core
cache-to: type=inline
# - name: Build Docker image for other platforms
# uses: docker/build-push-action@v4
# with:
# context: .
# platforms: linux/arm64
# cache-from: type=registry,ref=ghcr.io/filecoin-station/core
# cache-to: type=inline

- name: Start Station Core container
run: |
Expand Down

0 comments on commit bff78c2

Please sign in to comment.