Skip to content

Commit 662fdd6

Browse files
dependabot[bot]benevolentshrine
authored andcommitted
build(deps): bump vmactions/freebsd-vm from 1.3.8 to 1.4.2 (#3567)
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.3.8 to 1.4.2. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](vmactions/freebsd-vm@ba6bede...c9f815b) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: benevolentshrine <proffersor45@gmail.com> Add exclusion for linux-riscv64 in .dockerignore Adds linux/riscv64 to DOCKER_ARCHS in Makefile and un-ignores the .build/linux-riscv64 directory in .dockerignore. Fixes #3311 Previously attempted in #3312 but closed when the author deleted their repository. That PR had received LGTM from a member. Signed-off-by: Benevolent <proffersor45@gmail.com> Signed-off-by: benevolentshrine <proffersor45@gmail.com> Update Makefile Adds riscv64 to DOCKER_ARCHS to enable building and publishing linux/riscv64 container images. Fixes #3311 Previously attempted in #3312 but closed when the author deleted their repository. That PR had received LGTM from a member. Signed-off-by: Benevolent <proffersor45@gmail.com> Signed-off-by: benevolentshrine <proffersor45@gmail.com>
1 parent 916102c commit 662fdd6

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
!.build/linux-arm64
77
!.build/linux-ppc64le
88
!.build/linux-s390x
9+
!.build/linux-riscv64

.github/workflows/bsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout the repository
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
- name: test-e2e
27-
uses: vmactions/freebsd-vm@ba6bedee4a4884da2b782a41a64329a1c8e42ffb # v1.3.8
27+
uses: vmactions/freebsd-vm@c9f815bc7aa0d34c9fdd0619b034a32d6ca7b57e # v1.4.2
2828
with:
2929
release: "15.0"
3030
copyback: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
all::
1616

1717
# Needs to be defined before including Makefile.common to auto-generate targets
18-
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
18+
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x riscv64
1919

2020
include Makefile.common
2121

0 commit comments

Comments
 (0)