Skip to content

Commit

Permalink
Fixed issue when packaging linux
Browse files Browse the repository at this point in the history
Also bumped docker build-push version
  • Loading branch information
Nguyen Thai committed Nov 26, 2024
1 parent 85a27a3 commit 7d5eb32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: "linux/amd64,linux/arm64"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: "linux/amd64,linux/arm64"
Expand Down
2 changes: 1 addition & 1 deletion appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ AppDir:
- libc6
- libjsoncpp25
- libsecret-1-0
- libmpv1
- libmpv2
- libdrm2
- libolm3
files:
Expand Down

0 comments on commit 7d5eb32

Please sign in to comment.