Skip to content

Commit

Permalink
Merge pull request #2784 from redpanda-data/disable-ockam-arm
Browse files Browse the repository at this point in the history
Disable ockam arm
  • Loading branch information
Jeffail authored Aug 13, 2024
2 parents a787faa + 494f5f4 commit 90cfd19
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/components/ockam/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !windows
//go:build !windows && !arm

package ockam

Expand Down
2 changes: 1 addition & 1 deletion public/components/ockam/windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build windows
//go:build windows || arm

package ockam
17 changes: 17 additions & 0 deletions public/components/pulsar/arm_32.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright 2024 Redpanda Data, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build arm

package pulsar
2 changes: 2 additions & 0 deletions public/components/pulsar/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !arm

package pulsar

import (
Expand Down

0 comments on commit 90cfd19

Please sign in to comment.