Skip to content

Commit

Permalink
Update calibre-fullserver-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ridgarou authored Oct 4, 2020
1 parent ff36040 commit 019ceab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/calibre-fullserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ jobs:
run: |
export FLAG=$(date +%s)
echo "::set-env name=FLAG::$FLAG"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: all

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest

- name: Builder instance name
run: echo ${{ steps.buildx.outputs.name }}

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Build and push Docker images
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 019ceab

Please sign in to comment.