Skip to content

Commit

Permalink
Install buildx and qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 14, 2024
1 parent f80bba4 commit ce0e290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Get version
run: |
echo "VERSION=$(cat VERSION.txt)" >> $GITHUB_ENV
Expand Down

0 comments on commit ce0e290

Please sign in to comment.