Skip to content

Commit

Permalink
REVERT ME: add alpine into matrix-community
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc committed Mar 8, 2023
1 parent 8fdf352 commit 44c336d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/matrix-commitly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,27 @@ build-packages:
os: ubuntu-22.04
package: deb
check-manifest-file: ubuntu-22.04-amd64.txt
# Alpine
- label: alpine
os: ubuntu-22.04
package: apk
bazel_args: --platforms=//:alpine-x86_64
check-manifest-file: alpine-amd64.txt

build-images:
- label: ubuntu
base-image: ubuntu:22.04
package: deb
artifact-from: ubuntu-22.04
# Alpine
- label: alpine
base-image: alpine:3.16
package: apk
artifact-from: alpine

smoke-tests:
- label: ubuntu
- label: alpine

scan-vulnerabilities:
- label: ubuntu
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ jobs:
runs-on: ubuntu-22.04
if: |-
fromJSON(needs.metadata.outputs.matrix)['smoke-tests'] != ''
&& (github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'))
# TODO: test packages
strategy:
Expand Down

0 comments on commit 44c336d

Please sign in to comment.