Skip to content

Commit

Permalink
Disable opensuse build in build.yml
Browse files Browse the repository at this point in the history
royqh1979 authored Mar 7, 2024
1 parent 938bf73 commit 7fccf45
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -290,28 +290,28 @@ jobs:
name: RPM on latest Fedora
path: dist/*.rpm

rpm_opensuse:
name: RPM on openSUSE Tumbleweed
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Fetch container image
run: |
podman pull --platform linux/amd64 docker.io/opensuse/tumbleweed:latest
- name: Build
run: |
podman run --security-opt seccomp=unconfined --rm -e SOURCE_DIR=/src -v $GITHUB_WORKSPACE:/src --platform linux/amd64 docker.io/opensuse/tumbleweed:latest /src/packages/opensuse/01-in-docker.sh
- name: Upload
uses: actions/upload-artifact@v2
with:
name: RPM on openSUSE Tumbleweed
path: dist/*.rpm
# rpm_opensuse:
# name: RPM on openSUSE Tumbleweed
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v2
# with:
# fetch-depth: 0

# - name: Fetch container image
# run: |
# podman pull --platform linux/amd64 docker.io/opensuse/tumbleweed:latest

# - name: Build
# run: |
# podman run --security-opt seccomp=unconfined --rm -e SOURCE_DIR=/src -v $GITHUB_WORKSPACE:/src --platform linux/amd64 docker.io/opensuse/tumbleweed:latest /src/packages/opensuse/01-in-docker.sh

# - name: Upload
# uses: actions/upload-artifact@v2
# with:
# name: RPM on openSUSE Tumbleweed
# path: dist/*.rpm

musl:
name: musl-based Linux (latest Alpine)

0 comments on commit 7fccf45

Please sign in to comment.