Skip to content

Commit

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

jobs:
# DEBIAN / AMD64
# DEBIAN / AMD64
verify-ubuntu-amd64:
runs-on: ubuntu-latest
steps:
Expand All @@ -45,7 +45,7 @@ jobs:
--build-arg TARGETARCH=amd64 \
-f ./build-support/docker/Verify-Release-Debian.dockerfile .
# DEBIAN / i386
# DEBIAN / i386
verify-ubuntu-i386:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# --build-arg TARGETARCH=arm64 \
# -f ./build-support/docker/Verify-Release-Ubuntu.dockerfile .

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

0 comments on commit 1d8c1b6

Please sign in to comment.