Skip to content

Commit

Permalink
update buildx commands
Browse files Browse the repository at this point in the history
More buildx info found here: docker/buildx#516
  • Loading branch information
joshuanianji committed Aug 30, 2022
1 parent 654dc7c commit 3abb2da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:

- name: Setup Buildx Instances
run: |
docker buildx create --name x86-builder --platform linux/amd64 --use
docker buildx create --name arm-builder --platform linux/arm64 ssh://arm-vm --use
docker buildx inspect x86-builder --bootstrap
docker buildx inspect arm-builder --bootstrap
docker buildx create --use --name main-builder --platform=linux/amd64 --driver=docker-container
docker buildx create --append --name=main-builder --platform=linux/arm64 ssh://arm-vm
docker buildx inspect main-builder --bootstrap
docker buildx ls
- name: Setup Docker Layer Caching
Expand Down

0 comments on commit 3abb2da

Please sign in to comment.