Skip to content

Commit

Permalink
Test keyserver release on Apple silicon with QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Sep 19, 2024
1 parent a033416 commit 10ed0ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/keyserver_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
run: |
echo "patch_version=`grep keyserverCodeVersion keyserver/src/version.js | sed -r 's/^[^0-9]*([0-9]+);$/\1/g'`" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 10ed0ea

Please sign in to comment.