Skip to content

Commit

Permalink
build: try only build arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Mar 6, 2023
1 parent f5117c0 commit 9bc8ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
file: "./.devcontainer/base-image/Dockerfile"
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
push: ${{ steps.set-options.outputs.push }}
cache-from: |
${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 9bc8ab1

Please sign in to comment.