Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
UnAfraid committed Mar 30, 2024
1 parent e16e0bf commit 2af0abd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
org.opencontainers.image.documentation="https://github.com/nikiforov-soft/ble-to-mqtt"
- name: Build and push image to GHCR
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-e CC=o64-clang \
-e CXX=o64-clang++ \
-e LIBZ_SYS_STATIC=1 \
joseluisq/rust-linux-darwin-builder:1.68.0 \
joseluisq/rust-linux-darwin-builder:1.77.1 \
sh -c "cargo build --release --target x86_64-apple-darwin"
- name: "Build target (macOS arm64)"
Expand All @@ -62,7 +62,7 @@ jobs:
-e CC=oa64-clang \
-e CXX=oa64-clang++ \
-e LIBZ_SYS_STATIC=1 \
joseluisq/rust-linux-darwin-builder:1.68.0 \
joseluisq/rust-linux-darwin-builder:1.77.1 \
sh -c "cargo build --release --target aarch64-apple-darwin"
- name: "Package"
Expand All @@ -73,7 +73,7 @@ jobs:
cd -
- name: "Publish"
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: '${{ github.event.repository.name }}-*'
env:
Expand Down

0 comments on commit 2af0abd

Please sign in to comment.