Skip to content

Commit

Permalink
Revert "REVERT ME: add alpine into matrix-community"
Browse files Browse the repository at this point in the history
This reverts commit 44c336d.
  • Loading branch information
windmgc committed Mar 8, 2023
1 parent 44c336d commit 95c6af8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .github/matrix-commitly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,15 @@ 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: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ 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 95c6af8

Please sign in to comment.