Skip to content

Commit

Permalink
Trying to publish docker in amd and arm
Browse files Browse the repository at this point in the history
  • Loading branch information
D063520 committed Jul 27, 2022
1 parent 4ab4579 commit 858a3ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ jobs:
name: "endpoint.jar"
- name: Move endpoint
run: mv endpoint.jar scripts
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -210,6 +216,10 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand All @@ -227,6 +237,7 @@ jobs:
context: scripts
push: true
tags: "qacompany/qendpoint-wikidata:latest,qacompany/qendpoint-wikidata:${{ needs.build.outputs.version }}"
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
create_release:
name: Create Github release
Expand Down

0 comments on commit 858a3ad

Please sign in to comment.