Skip to content

Commit

Permalink
no armhf, add bookworm, v3 to v4 upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle authored Sep 25, 2024
1 parent c20617f commit 4fd5f1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-archive-debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [bullseye]
arch: [armhf,arm64]
distro: [bullseye,bookworm]
arch: [arm64]

steps:
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive artifacts and upload to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wlanpi-common-${{ matrix.distro }}-${{ matrix.arch }}
path: ${{ steps.build-debian-package.outputs.deb-package }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-packagecloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [bullseye]
arch: [armhf,arm64]
distro: [bullseye,bookworm]
arch: [arm64]

environment: PACKAGECLOUD

Expand All @@ -36,7 +36,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive artifacts and upload to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wlanpi-common-${{ matrix.distro }}-${{ matrix.arch }}
path: ${{ steps.build-debian-package.outputs.deb-package }}
Expand Down

0 comments on commit 4fd5f1b

Please sign in to comment.