Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jun 27, 2023
1 parent 1d8c1b6 commit 3888846
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/verify-release-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
type: string

jobs:
# DEBIAN / AMD64
verify-ubuntu-amd64:
runs-on: ubuntu-latest
steps:
Expand All @@ -44,31 +43,6 @@ jobs:
--build-arg VERSION=${{ inputs.version }} \
--build-arg TARGETARCH=amd64 \
-f ./build-support/docker/Verify-Release-Debian.dockerfile .
# DEBIAN / i386
verify-ubuntu-i386:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: docker build with version
run: |
docker build \
--build-arg PACKAGE=${{ inputs.packageName }} \
--build-arg VERSION=${{ inputs.version }} \
--build-arg TARGETARCH=amd64 \
-f ./build-support/docker/Verify-Release-Debian.dockerfile .
verify-debian-i386:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: docker build with version
run: |
docker build \
--build-arg PACKAGE=${{ inputs.packageName }} \
--build-arg VERSION=${{ inputs.version }} \
--build-arg TARGETARCH=i386 \
-f ./build-support/docker/Verify-Release-Debian-i386.dockerfile .
# verify-debian-arm64:
# runs-on: ubuntu-latest
Expand All @@ -94,7 +68,7 @@ jobs:
# --build-arg TARGETARCH=arm64 \
# -f ./build-support/docker/Verify-Release-Ubuntu.dockerfile .

# RPM

verify-fedora:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3888846

Please sign in to comment.