Skip to content

Commit

Permalink
update docker.yml for arm and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
asdlokj1qpi23 committed Jan 5, 2024
1 parent 7f21ecc commit e86aecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Build and push Docker images
if: github.ref == 'refs/heads/master'
uses: docker/build-push-action@v3
id: build
with:
outputs: type=image,push=true
platforms: linux/amd64
Expand Down Expand Up @@ -123,6 +124,7 @@ jobs:
- name: Build and push Docker images
if: github.ref == 'refs/heads/master'
uses: docker/build-push-action@v3
id: build
with:
outputs: type=image,push=true
platforms: linux/386
Expand Down Expand Up @@ -184,6 +186,7 @@ jobs:
- name: Build and push Docker images
if: github.ref == 'refs/heads/master'
uses: docker/build-push-action@v3
id: build
with:
outputs: type=image,push=true
platforms: linux/arm/v7
Expand Down Expand Up @@ -244,6 +247,7 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Build and push Docker images
if: github.ref == 'refs/heads/master'
id: build
uses: docker/build-push-action@v3
with:
outputs: type=image,push=true
Expand Down

0 comments on commit e86aecf

Please sign in to comment.