Skip to content

Commit

Permalink
build: Set up Docker Context and Buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 30, 2023
1 parent 096e686 commit 75cc90c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
run: sudo apt-get -y install make
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Context for Buildx
shell: bash
id: buildx-context
run: |
docker context create builders
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
endpoint: builders
-
name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 75cc90c

Please sign in to comment.