We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 892509a + 63d8bfa commit a2dc93fCopy full SHA for a2dc93f
.github/workflows/hydrun.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: docker/setup-buildx-action@v1
18
- name: Set up hydrun
19
run: |
20
- curl -L -o /tmp/hydrun https://github.com/pojntfx/hydrun/releases/download/latest/hydrun.linux-$(uname -m)
+ curl -L -o /tmp/hydrun "https://github.com/pojntfx/hydrun/releases/latest/download/hydrun.linux-$(uname -m)"
21
sudo install /tmp/hydrun /usr/local/bin
22
- name: Build backend with hydrun
23
run: hydrun -a amd64,arm64,arm/v7 ./Hydrunfile
0 commit comments