mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
downgrade 8vcpu
This commit is contained in:
parent
e9884ba7c1
commit
470afa98af
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
build-and-push-scraper-amd64:
|
||||
name: "[amd64] oci:scraper"
|
||||
runs-on: buildjet-16vcpu-ubuntu-2204
|
||||
runs-on: buildjet-8vcpu-ubuntu-2204
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
@ -97,7 +97,7 @@ jobs:
|
|||
|
||||
build-and-push-scraper-arm64:
|
||||
name: "[arm64] oci:scraper"
|
||||
runs-on: buildjet-16vcpu-ubuntu-2204-arm
|
||||
runs-on: buildjet-8vcpu-ubuntu-2204-arm
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
Loading…
Reference in a new issue