Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
chore: remove arm64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Feb 20, 2024
1 parent b7f5643 commit b4f340f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
version: latest
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64

- name: Login to tale.me
uses: docker/login-action@v2
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
version: latest
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64

- name: Build us-east4-docker.pkg.dev/aarnavtale/canister/core
uses: docker/build-push-action@v4
Expand All @@ -98,7 +98,7 @@ jobs:
tags: us-east4-docker.pkg.dev/aarnavtale/canister/core:${{ env.git_version }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-to,mode=max
platforms: linux/amd64,linux/arm/v8
platforms: linux/amd64
build-args: |
BUILD_DATE=${{ env.build_date }}
VERSION=${{ env.git_version }}
Expand Down

0 comments on commit b4f340f

Please sign in to comment.