Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Use latest luet from script in the publish job" #1007

Merged
merged 1 commit into from
Dec 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/build.yaml.gomplate
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-{{{ $flavor }}}
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
{{{ tmpl.Exec "prepare_build" }}}
{{{ tmpl.Exec "prepare_worker" }}}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-master-blue-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-blue
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- run: |
sudo rm -rf build || true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-master-blue-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-blue
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-master-green-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-green
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- run: |
sudo rm -rf build || true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-master-green-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-green
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-master-orange-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-orange
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- run: |
sudo rm -rf build || true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-master-orange-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-orange
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-releases-blue-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-blue
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- run: |
sudo rm -rf build || true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-releases-blue-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-blue
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-releases-green-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-green
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- run: |
sudo rm -rf build || true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-releases-green-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-green
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-releases-orange-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-orange
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- run: |
sudo rm -rf build || true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-releases-orange-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
COSIGN_EXPERIMENTAL: 1 # use keyless signing
COSIGN_REPOSITORY: raccos/releases-orange
PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign"
LUET_INSTALL_FROM_COS_REPO: false
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down