Skip to content

Commit

Permalink
Merge pull request #1095 from a-gave/fix/ci/multi-arch-build
Browse files Browse the repository at this point in the history
ci: multi-arch-build: enable the build of package index + various fixes
  • Loading branch information
ilario authored Mar 19, 2024
2 parents d3d2086 + 985e11e commit 7bfa124
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/multi-arch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ on:
- '!v2020*'
paths:
- 'packages/shared-state-async/**'


# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
name: build ${{ matrix.arch }} ${{ github.ref }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch:
- aarch64_cortex-a53
Expand Down Expand Up @@ -51,16 +55,20 @@ jobs:
- x86_64

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build packages ${{ matrix.arch }}
uses: openwrt/gh-action-sdk@v5
uses: openwrt/gh-action-sdk@v7
env:
ARCH: "${{ matrix.arch }}"
FEEDNAME: "libremesh"
IGNORE_ERRORS: "n m y"
KEY_BUILD: "${{ secrets.KEY_BUILD }}"
PACKAGES: "shared-state-bat_hosts"
INDEX: 1
NO_DEFAULT_FEEDS: 1
NO_REFRESH_CHECK: 1
NO_SHFMT_CHECK: 1

- name: Set package destination
run: |
Expand Down

0 comments on commit 7bfa124

Please sign in to comment.