mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
build on amd64 on ci
This commit is contained in:
parent
2aa7be9332
commit
88918493a4
1 changed files with 8 additions and 8 deletions
16
.github/workflows/packaging_jobs.yml
vendored
16
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -178,10 +178,10 @@ jobs:
|
|||
- armhf
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v1
|
||||
- uses: soumyaDghosh/snapcraft-multiarch-action@7234040e53df776dfca8416aea6b91a5e4fe5b59
|
||||
with:
|
||||
architecture: ${{ matrix.platform }}
|
||||
# - uses: docker/setup-qemu-action@v1
|
||||
# - uses: soumyaDghosh/snapcraft-multiarch-action@7234040e53df776dfca8416aea6b91a5e4fe5b59
|
||||
# with:
|
||||
# architecture: ${{ matrix.platform }}
|
||||
# - name: build snap
|
||||
# run: |-
|
||||
# echo "::group::Installing snapcraft dependencies"
|
||||
|
|
@ -199,10 +199,10 @@ jobs:
|
|||
# echo "initialized lxd"
|
||||
# echo "::endgroup::"
|
||||
# snapcraft pack "--build-for=${{ matrix.build-for }}"
|
||||
# # - uses: snapcore/action-build@v1.3.0
|
||||
# # id: build
|
||||
# # with:
|
||||
# # snapcraft-args: "--build-for=${{ matrix.build-for }}"
|
||||
- uses: snapcore/action-build@v1.3.0
|
||||
id: build
|
||||
with:
|
||||
snapcraft-args: "--build-for=${{ matrix.build-for }}"
|
||||
- name: Prepare artifact
|
||||
run: |-
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue