Skip to content

Commit

Permalink
feat: multi-arch support on gh action container build
Browse files Browse the repository at this point in the history
* feat: multi-arch support on gh action container build
  • Loading branch information
mabunixda authored Nov 22, 2022
1 parent 6ee64e5 commit bd5dd81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64,arm,amd64'

- name: Cache Docker layers
uses: actions/cache@v2
Expand Down

0 comments on commit bd5dd81

Please sign in to comment.